Package | Description |
---|---|
org.apache.johnzon.mapper |
Modifier and Type | Field and Description |
---|---|
Map<String,Mappings.Setter> |
Mappings.ClassMapping.setters |
private Map<String,Mappings.Setter> |
Mappings.MapUnwrapperWriter.writers |
Modifier and Type | Method and Description |
---|---|
private void |
Mappings.addSetterIfNeeded(Map<String,Mappings.Setter> setters,
String key,
AccessMode.Writer value,
boolean copyDate,
Class<?> rootClass) |
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) |
MapUnwrapperWriter(Map<String,Mappings.Setter> writers,
String[] paths) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.