java.lang.Object
org.apache.johnzon.mapper.Mappings
org.apache.johnzon.jsonb.JsonbMappings
public class JsonbMappings
extends org.apache.johnzon.mapper.Mappings
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.johnzon.mapper.Mappings
org.apache.johnzon.mapper.Mappings.CollectionMapping, org.apache.johnzon.mapper.Mappings.Getter, org.apache.johnzon.mapper.Mappings.Setter -
Field Summary
FieldsFields inherited from class org.apache.johnzon.mapper.Mappings
classes, collections, config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.johnzon.mapper.Mappings.ClassMappingcreateClassMapping(Class<?> inClazz, Map<Type, Type> resolvedTypes) Methods inherited from class org.apache.johnzon.mapper.Mappings
findCollectionMapping, findModelClass, findOrCreateClassMapping, getClassMapping, getPrimitiveDefault, isPrimitive
-
Field Details
-
polymorphismHandler
-
-
Constructor Details
-
JsonbMappings
public JsonbMappings(org.apache.johnzon.mapper.MapperConfig config)
-
-
Method Details