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