Interface | Description |
---|---|
Adapter<A,B> |
An Adapter is similar to a
Converter . |
Converter<T> |
Convert a given Java Type to it's JSON String representation.
|
Converter.TypeAccess | |
MapperConverter |
MapperConverter is the common marker interface for all Converters available in Johnzon
|
MappingGenerator |
Handles writing Json for Objects.
|
MappingParser |
Handles reading Json for Objects.
|
ObjectConverter.Codec<T> | |
ObjectConverter.Reader<T> | |
ObjectConverter.Writer<T> | |
TypeAwareAdapter<A,B> |
Class | Description |
---|---|
JohnzonReaderHandler | |
Mapper | |
MapperBuilder | |
MapperConfig |
Contains internal configuration for all the mapper stuff.
|
MappingGeneratorImpl | |
MappingParserImpl |
This class is not concurrently usable as it contains state.
|
Mappings | |
Mappings.ClassMapping | |
Mappings.CollectionMapping | |
Mappings.Getter | |
Mappings.Setter | |
ObjectConverter |
Convert a given Java Type a nested JSON representation.
|
ReaderHandler |
Exception | Description |
---|---|
MapperException |
Annotation Type | Description |
---|---|
JohnzonAny | |
JohnzonConverter | |
JohnzonIgnore | |
JohnzonProperty | |
JohnzonVirtualObject |
Example: @JohnzonVirtualObject(path = {"nested", "nested-again"}, field = { "a", "b" })
will generate {"nested":{"nested-again":{"a":"xxx", "b": "yyy"}}}
|
JohnzonVirtualObject.Field | |
JohnzonVirtualObjects |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.