Uses of Class
org.apache.johnzon.mapper.Mappings.Setter
-
Packages that use Mappings.Setter Package Description org.apache.johnzon.mapper -
-
Uses of Mappings.Setter in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper with type parameters of type Mappings.Setter Modifier and Type Field Description Map<String,Mappings.Setter>
Mappings.ClassMapping. setters
private Map<String,Mappings.Setter>
Mappings.MapUnwrapperWriter. writers
Method parameters in org.apache.johnzon.mapper with type arguments of type Mappings.Setter Modifier and Type Method Description private void
Mappings. 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.Setter Constructor Description MapUnwrapperWriter(Map<String,Mappings.Setter> writers, String[] paths)
-