Package | Description |
---|---|
org.apache.johnzon.mapper |
Modifier and Type | Field and Description |
---|---|
Mappings.Getter |
Mappings.ClassMapping.anyGetter |
Modifier and Type | Field and Description |
---|---|
Map<String,Mappings.Getter> |
Mappings.ClassMapping.getters |
private Map<String,Mappings.Getter> |
Mappings.MapBuilderReader.getters |
Modifier and Type | Method and Description |
---|---|
private void |
Mappings.addGetterIfNeeded(Map<String,Mappings.Getter> getters,
String key,
AccessMode.Reader value,
boolean copyDate,
Map<Type,Type> resolvedTypes) |
private void |
Mappings.handleVirtualObject(Collection<String> virtualFields,
JohnzonVirtualObject o,
Map<String,Mappings.Getter> getters,
Map<String,Mappings.Setter> setters,
Map<String,AccessMode.Reader> readers,
Map<String,AccessMode.Writer> writers,
boolean copyDate,
Class<?> rootClazz) |
Constructor and Description |
---|
ClassMapping(Class<?> clazz,
AccessMode.Factory factory,
Map<String,Mappings.Getter> getters,
Map<String,Mappings.Setter> setters,
Adapter<?,?> adapter,
ObjectConverter.Reader<?> reader,
ObjectConverter.Writer<?> writer,
Mappings.Getter anyGetter,
Method anySetter,
Field anyField,
Method mapAdder) |
Constructor and Description |
---|
ClassMapping(Class<?> clazz,
AccessMode.Factory factory,
Map<String,Mappings.Getter> getters,
Map<String,Mappings.Setter> setters,
Adapter<?,?> adapter,
ObjectConverter.Reader<?> reader,
ObjectConverter.Writer<?> writer,
Mappings.Getter anyGetter,
Method anySetter,
Field anyField,
Method mapAdder) |
MapBuilderReader(Map<String,Mappings.Getter> objectGetters,
String[] paths,
int version) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.