class Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::BaseType(OUT)
- Reference
- Object
Defined in:
therapy/object_type.crConstructors
Instance Method Summary
- #_do_coerce(context : ParseContext(OUT, NamedTuple))
- #_do_coerce(context : ParseContext(OUT, Hash))
- #_do_coerce(context : ParseContext(OUT, JSON::Any))
- #_do_coerce(context : ParseContext(OUT, URI::Params))
- #_parse(input : ParseContext(OUT, OUT)) : Result(OUT)
- #validate(err_msg : String, &validation : OUT -> Bool) : self