Package org.apache.johnzon.mapper
Interface MappingParser
- 
- All Known Implementing Classes:
- MappingParserImpl,- MappingParserImpl.SuppressConversionMappingParser
 
 public interface MappingParserHandles reading Json for Objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Collection<Class<?>>getSkippedConverters()<T> TreadObject(jakarta.json.JsonValue jsonValue, Type targetType)<T> TreadObject(Type targetType)
 
- 
- 
- 
Method Detail- 
readObject<T> T readObject(Type targetType) 
 - 
readObject<T> T readObject(jakarta.json.JsonValue jsonValue, Type targetType)
 - 
getSkippedConvertersdefault Collection<Class<?>> getSkippedConverters() 
 
- 
 
-