class HashDataTypeHandler
- HashDataTypeHandler
- Handler
- Reference
- Object
Overview
concrete handler for hash data type of schema
Defined in:
schema.crInstance Method Summary
-
#checkCurrentdata(data, current_schema)
method to check if given a data and current schema, the data is valid creating a new schema
- #handle(data, schema)
Instance methods inherited from class Handler
handle(data, schema)
handle,
setNext(handler : Handler)
setNext
Constructor methods inherited from class Handler
new
new
Instance Method Detail
def checkCurrentdata(data, current_schema)
#
method to check if given a data and current schema, the data is valid creating a new schema