Uses of Class
org.apache.johnzon.mapper.Mappings.Setter
Packages that use Mappings.Setter
-
Uses of Mappings.Setter in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type Mappings.SetterModifier and TypeFieldDescriptionfinal Map<String,Mappings.Setter> Mappings.ClassMapping.settersprivate final Map<String,Mappings.Setter> Mappings.MapUnwrapperWriter.writersMethod parameters in org.apache.johnzon.mapper with type arguments of type Mappings.SetterModifier and TypeMethodDescriptionprivate voidMappings.addSetterIfNeeded(Map<String, Mappings.Setter> setters, String key, AccessMode.Writer value, boolean copyDate, Class<?> rootClass, Map<Type, Type> resolvedTypes) Constructor parameters in org.apache.johnzon.mapper with type arguments of type Mappings.SetterModifierConstructorDescriptionMapUnwrapperWriter(Map<String, Mappings.Setter> writers, String[] paths)