Uses of Interface
is.codion.framework.json.domain.EntityObjectMapper.JsonType
Packages that use EntityObjectMapper.JsonType
-
Uses of EntityObjectMapper.JsonType in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain that return EntityObjectMapper.JsonTypeModifier and TypeMethodDescription<P> EntityObjectMapper.JsonType<P> EntityObjectMapper.parameter(FunctionType<?, P, ?> functionType) Returns theEntityObjectMapper.JsonTypeof the given function's parameter, for registering the type the parameter is deserialized as, when the function is called over a JSON connection.<P> EntityObjectMapper.JsonType<P> EntityObjectMapper.parameter(ProcedureType<?, P> procedureType) Returns theEntityObjectMapper.JsonTypeof the given procedure's parameter, for registering the type the parameter is deserialized as, when the procedure is called over a JSON connection.<P> EntityObjectMapper.JsonType<P> EntityObjectMapper.parameter(ReportType<P, ?> reportType) Returns theEntityObjectMapper.JsonTypeof the given report's parameter, for registering the type the parameter is deserialized as, when the report is filled over a JSON connection.<R> EntityObjectMapper.JsonType<R> EntityObjectMapper.returnType(FunctionType<?, ?, R> functionType) Returns theEntityObjectMapper.JsonTypeof the given function's return value, for registering the type it is serialized as and deserialized from, when the function is called over a JSON connection.<R> EntityObjectMapper.JsonType<R> EntityObjectMapper.returnType(ReportType<?, R> reportType) Returns theEntityObjectMapper.JsonTypeof the given report's result, for registering the type it is serialized as and deserialized from, when the report is filled over a JSON connection.