Uses of Class
org.apache.johnzon.mapper.Mappings
Packages that use Mappings
-
Uses of Mappings in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as MappingsModifier and TypeFieldDescriptionprotected final MappingsMapper.mappingsprivate final MappingsMappingGeneratorImpl.mappingsprivate final MappingsMappingParserImpl.mappingsFields in org.apache.johnzon.mapper with type parameters of type MappingsModifier and TypeFieldDescriptionprivate Function<MapperConfig,Mappings> MapperBuilder.mappingsFactoryprivate final Function<MapperConfig,Mappings> MapperConfig.mappingsFactoryMethods in org.apache.johnzon.mapper that return types with arguments of type MappingsMethod parameters in org.apache.johnzon.mapper with type arguments of type MappingsModifier and TypeMethodDescriptionMapperBuilder.setMappingsFactory(Function<MapperConfig, Mappings> mappingsFactory) Constructors in org.apache.johnzon.mapper with parameters of type MappingsModifierConstructorDescription(package private)MappingGeneratorImpl(MapperConfig config, Mappings mappings) MappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String, Object> jsonPointers)