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 Summary
Nested Classes Modifier and Type Class Description static interface
ObjectConverter.Codec<T>
static interface
ObjectConverter.Reader<T>
static interface
ObjectConverter.Writer<T>
-
Constructor Summary
Constructors Modifier Constructor Description private
ObjectConverter()
-