Uses of Class
org.apache.johnzon.mapper.MapperConfig
Packages that use MapperConfig
-
Uses of MapperConfig in org.apache.johnzon.jsonb
Constructors in org.apache.johnzon.jsonb with parameters of type MapperConfig -
Uses of MapperConfig in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as MapperConfigModifier and TypeFieldDescriptionprotected final MapperConfigMapper.configprotected final MapperConfigMappings.configMethods in org.apache.johnzon.mapper that return types with arguments of type MapperConfigMethod parameters in org.apache.johnzon.mapper with type arguments of type MapperConfigModifier and TypeMethodDescriptionMapperBuilder.setMappingsFactory(Function<MapperConfig, Mappings> mappingsFactory) Constructors in org.apache.johnzon.mapper with parameters of type MapperConfigModifierConstructorDescriptionMappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String, Object> jsonPointers) Mappings(MapperConfig config)