Uses of Class
org.apache.johnzon.mapper.Mappings.Getter
-
Packages that use Mappings.Getter Package Description org.apache.johnzon.jsonb org.apache.johnzon.mapper -
-
Uses of Mappings.Getter in org.apache.johnzon.jsonb
Constructors in org.apache.johnzon.jsonb with parameters of type Mappings.Getter Constructor 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, Map.Entry<String,String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject,Class<?>,Class<?>> polymorphicDeserializedTypeResolver)
Constructor parameters in org.apache.johnzon.jsonb with type arguments of type Mappings.Getter Constructor 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, Map.Entry<String,String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject,Class<?>,Class<?>> polymorphicDeserializedTypeResolver)
-
Uses of Mappings.Getter in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as Mappings.Getter Modifier and Type Field Description Mappings.Getter
Mappings.ClassMapping. anyGetter
Fields in org.apache.johnzon.mapper with type parameters of type Mappings.Getter Modifier and Type Field Description Map<String,Mappings.Getter>
Mappings.ClassMapping. getters
private Map<String,Mappings.Getter>
Mappings.MapBuilderReader. getters
Method parameters in org.apache.johnzon.mapper with type arguments of type Mappings.Getter Modifier and Type Method 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)
Constructors in org.apache.johnzon.mapper with parameters of type Mappings.Getter Constructor 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)
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, Map.Entry<String,String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject,Class<?>,Class<?>> polymorphicDeserializedTypeResolver)
Constructor parameters in org.apache.johnzon.mapper with type arguments of type Mappings.Getter Constructor 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)
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, Map.Entry<String,String>[] serializedPolymorphicProperties, BiFunction<jakarta.json.JsonObject,Class<?>,Class<?>> polymorphicDeserializedTypeResolver)
MapBuilderReader(Map<String,Mappings.Getter> objectGetters, String[] paths, int version)
-