Uses of Interface
org.apache.johnzon.mapper.MappingParser
-
Packages that use MappingParser Package Description org.apache.johnzon.mapper -
-
Uses of MappingParser in org.apache.johnzon.mapper
Classes in org.apache.johnzon.mapper that implement MappingParser Modifier and Type Class Description class
MappingParserImpl
This class is not concurrently usable as it contains state.private static class
MappingParserImpl.SuppressConversionMappingParser
Internal class to suppressObjectConverter
lookup if and only if theJsonValue
is 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 T
ObjectConverter.Reader. fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
-