Uses of Interface
org.apache.johnzon.mapper.MappingParser
-
Packages that use MappingParser Package Description org.apache.johnzon.jsonb.serializer org.apache.johnzon.mapper -
-
Uses of MappingParser in org.apache.johnzon.jsonb.serializer
Fields in org.apache.johnzon.jsonb.serializer declared as MappingParser Modifier and Type Field Description private MappingParserJohnzonDeserializationContext. runtimeConstructors in org.apache.johnzon.jsonb.serializer with parameters of type MappingParser Constructor Description JohnzonDeserializationContext(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 MappingParser Modifier and Type Class Description classMappingParserImplThis class is not concurrently usable as it contains state.private static classMappingParserImpl.SuppressConversionMappingParserInternal class to suppressObjectConverterlookup if and only if theJsonValueis the same refernece than the lookup was done before.Methods in org.apache.johnzon.mapper with parameters of type MappingParser Modifier and Type Method Description TObjectConverter.Reader. fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
-