Uses of Class
org.apache.johnzon.mapper.Mappings
Packages that use Mappings
-
Uses of Mappings in org.apache.johnzon.jsonb
Subclasses of Mappings in org.apache.johnzon.jsonb -
Uses of Mappings in org.apache.johnzon.mapper
Fields in org.apache.johnzon.mapper declared as MappingsMethods 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 MappingsModifierConstructorDescriptionMappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String, Object> jsonPointers)