Uses of Interface
io.avaje.json.mapper.JsonMapper
Packages that use JsonMapper
-
Uses of JsonMapper in io.avaje.json.mapper
Methods in io.avaje.json.mapper that return JsonMapperModifier and TypeMethodDescriptionJsonMapper.Builder.build()
Build and return the JsonNodeMapper.Method parameters in io.avaje.json.mapper with type arguments of type JsonMapperModifier and TypeMethodDescription<T> JsonMapper.Type
<T> JsonMapper.type
(Function<JsonMapper, JsonAdapter<T>> adapterFunction) Return a Type specific mapper using a function that creates a JsonAdapter.