Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kontrol
master
Kontrol
ObjectConverter
ObjectValidator
Rule
RuleException
Validator
Built with Crystal 1.9.2
2023-10-07 19:44:43 UTC
class
Kontrol::ObjectConverter(T)
Kontrol::ObjectConverter(T)
Reference
Object
Defined in:
kontrol/json.cr
Constructors
.new
(convert : JSON::Any -> T)
Instance Method Summary
#call
(json : JSON::Any) : T
#convert
: JSON::Any -> T
Constructor Detail
def self.
new
(convert : JSON::Any -> T)
#
[
View source
]
Instance Method Detail
def
call
(json : JSON::Any) : T
#
[
View source
]
def
convert
: JSON::Any -> T
#
[
View source
]