class ArrayDataTypeHandler
- ArrayDataTypeHandler
- Handler
- Reference
- Object
Overview
concrete handler for array data type of schema
Defined in:
schema.crInstance Method Summary
-
#checkArrayLength(data, schema)
method to check if two arrays are of the same length
-
#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