module OpenApi::Json

Direct including types

Defined in:

ext/open_api/json.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.build_from_hash(hash : Hash) #

Builds the object from a JSON::Any hash @param [Hash] JSON::Any @return [Object] Returns the model itself


[View source]
def self.build_from_json_any(json_any : JSON::Any) #

[View source]

Instance Method Detail

def after_initialize #

[View source]
def eql?(o : self) #

@see the == method @param [Object] Object to be compared


[View source]
def to_hash : Hash(String, JSON::Any) #

[View source]
def to_json_any : JSON::Any #

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash


[View source]