| Package | Description | 
|---|---|
| org.apache.johnzon.mapper.reflection | 
| 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) | 
| 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) | 
| Constructor and Description | 
|---|
| ClassMapping(Class<?> clazz,
            AccessMode.Factory factory,
            Map<String,Mappings.Getter> getters,
            Map<String,Mappings.Setter> setters) | 
| MapBuilderReader(Map<String,Mappings.Getter> objectGetters,
                String[] paths,
                int version) | 
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.