Uses of Class
org.apache.johnzon.mapper.Mappings
-
Packages that use Mappings Package Description org.apache.johnzon.mapper -
-
Uses of Mappings in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as Mappings Modifier and Type Field Description protected Mappings
Mapper. mappings
private Mappings
MappingGeneratorImpl. mappings
private Mappings
MappingParserImpl. mappings
Fields in org.apache.johnzon.mapper with type parameters of type Mappings Modifier and Type Field Description private Function<MapperConfig,Mappings>
MapperBuilder. mappingsFactory
private Function<MapperConfig,Mappings>
MapperConfig. mappingsFactory
Methods in org.apache.johnzon.mapper that return types with arguments of type Mappings Modifier and Type Method Description Function<MapperConfig,Mappings>
MapperConfig. getMappingsFactory()
Method parameters in org.apache.johnzon.mapper with type arguments of type Mappings Modifier and Type Method Description MapperBuilder
MapperBuilder. setMappingsFactory(Function<MapperConfig,Mappings> mappingsFactory)
Constructors in org.apache.johnzon.mapper with parameters of type Mappings Constructor Description MappingGeneratorImpl(MapperConfig config, jakarta.json.stream.JsonGenerator jsonGenerator, Mappings mappings)
MappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String,Object> jsonPointers)
-