Uses of Interface
io.avaje.json.mapper.JsonMapper.Type
Packages that use JsonMapper.Type
-
Uses of JsonMapper.Type in io.avaje.json.mapper
Methods in io.avaje.json.mapper that return JsonMapper.TypeModifier and TypeMethodDescriptionJsonMapper.list()Return a mapper for json ARRAY content with more reading/writing options.JsonMapper.Type.list()Create a list type for this type.JsonMapper.map()Return a mapper for json OBJECT content with more reading/writing options.JsonMapper.Type.map()Create a map type with string keys and this type as the value type.JsonMapper.object()Return a mapper for any json content.<T> JsonMapper.Type<T> JsonMapper.type(JsonAdapter<T> customAdapter) Return a Type specific mapper for the given JsonAdapter.<T> JsonMapper.Type<T> JsonMapper.type(Function<JsonMapper, JsonAdapter<T>> adapterFunction) Return a Type specific mapper using a function that creates a JsonAdapter.