Uses of Class
org.apache.johnzon.mapper.MapperConfig
-
Packages that use MapperConfig Package Description org.apache.johnzon.mapper -
-
Uses of MapperConfig in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as MapperConfig Modifier and Type Field Description protected MapperConfig
Mapper. config
private MapperConfig
MappingGeneratorImpl. config
private MapperConfig
MappingParserImpl. config
protected MapperConfig
Mappings. config
Fields in org.apache.johnzon.mapper with type parameters of type MapperConfig Modifier and Type Field Description private java.util.function.Function<MapperConfig,Mappings>
MapperBuilder. mappingsFactory
private java.util.function.Function<MapperConfig,Mappings>
MapperConfig. mappingsFactory
Methods in org.apache.johnzon.mapper that return types with arguments of type MapperConfig Modifier and Type Method Description java.util.function.Function<MapperConfig,Mappings>
MapperConfig. getMappingsFactory()
Method parameters in org.apache.johnzon.mapper with type arguments of type MapperConfig Modifier and Type Method Description MapperBuilder
MapperBuilder. setMappingsFactory(java.util.function.Function<MapperConfig,Mappings> mappingsFactory)
Constructors in org.apache.johnzon.mapper with parameters of type MapperConfig Constructor Description Mapper(jakarta.json.JsonReaderFactory readerFactory, jakarta.json.stream.JsonGeneratorFactory generatorFactory, jakarta.json.JsonBuilderFactory builderFactory, jakarta.json.spi.JsonProvider provider, MapperConfig config, java.util.Collection<java.io.Closeable> closeables)
MappingGeneratorImpl(MapperConfig config, jakarta.json.stream.JsonGenerator jsonGenerator, Mappings mappings)
MappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, java.util.Map<java.lang.String,java.lang.Object> jsonPointers)
Mappings(MapperConfig config)
-