class HashDataTypeHandler

Overview

concrete handler for hash data type of schema

Defined in:

schema.cr

Instance Method Summary

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


[View source]
def handle(data, schema) #

[View source]