Package org.apache.johnzon.mapper
Class ObjectConverter
- java.lang.Object
- 
- org.apache.johnzon.mapper.ObjectConverter
 
- 
 public final class ObjectConverter extends Object Convert a given Java Type a nested JSON representation. And the other way around. An example would be to convert a custom Project POJO, like Dog.class to it's JSON representation
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceObjectConverter.Codec<T>static interfaceObjectConverter.Reader<T>static interfaceObjectConverter.Writer<T>
 - 
Constructor SummaryConstructors Modifier Constructor Description privateObjectConverter()
 
-