Uses of Package
org.apache.johnzon.mapper
Packages that use org.apache.johnzon.mapper
Package
Description
-
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapperClassDescriptionAn Adapter is similar to a
Converter.Convert a given Java Type to it's JSON String representation.Example: @JohnzonVirtualObject(path = {"nested", "nested-again"}, field = { "a", "b" }) will generate {"nested":{"nested-again":{"a":"xxx", "b": "yyy"}}}Contains internal configuration for all the mapper stuff.MapperConverter is the common marker interface for all Converters available in JohnzonHandles writing Json for Objects.Handles reading Json for Objects.This class is not concurrently usable as it contains state. -
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapper.access
-
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapper.converterClassDescriptionAn Adapter is similar to a
Converter.Convert a given Java Type to it's JSON String representation.MapperConverter is the common marker interface for all Converters available in Johnzon -
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapper.internalClassDescriptionAn Adapter is similar to a
Converter.Convert a given Java Type to it's JSON String representation.MapperConverter is the common marker interface for all Converters available in Johnzon -
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapper.map
-
Classes in org.apache.johnzon.mapper used by org.apache.johnzon.mapper.reflectionClassDescriptionMapperConverter is the common marker interface for all Converters available in Johnzon