Uses of Interface
org.apache.johnzon.mapper.MappingParser
Packages that use MappingParser
-
Uses of MappingParser in org.apache.johnzon.jsonb.serializer
Constructors in org.apache.johnzon.jsonb.serializer with parameters of type MappingParserModifierConstructorDescriptionJohnzonDeserializationContext(MappingParser runtime, jakarta.json.JsonBuilderFactory builderFactory, jakarta.json.spi.JsonProvider jsonp) -
Uses of MappingParser in org.apache.johnzon.mapper
Classes in org.apache.johnzon.mapper that implement MappingParserModifier and TypeClassDescriptionclassThis class is not concurrently usable as it contains state.Methods in org.apache.johnzon.mapper with parameters of type MappingParserModifier and TypeMethodDescriptionObjectConverter.Reader.fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)