Package org.apache.johnzon.mapper
Class MappingParserImpl
java.lang.Object
org.apache.johnzon.mapper.MappingParserImpl
- All Implemented Interfaces:
MappingParser
This class is not concurrently usable as it contains state.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String, Object> jsonPointers) -
Method Summary
Modifier and TypeMethodDescription<T> TreadObject(jakarta.json.JsonValue jsonValue, Type targetType) <T> TreadObject(jakarta.json.JsonValue jsonValue, Type targetType, boolean applyObjectConverter, Collection<Class<?>> skippedConverters) <T> TreadObject(Type targetType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.johnzon.mapper.MappingParser
getSkippedConverters
-
Field Details
-
valueOfs
-
-
Constructor Details
-
MappingParserImpl
public MappingParserImpl(MapperConfig config, Mappings mappings, jakarta.json.JsonReader jsonReader, Map<String, Object> jsonPointers)
-
-
Method Details
-
readObject
- Specified by:
readObjectin interfaceMappingParser
-
readObject
- Specified by:
readObjectin interfaceMappingParser
-
readObject
public <T> T readObject(jakarta.json.JsonValue jsonValue, Type targetType, boolean applyObjectConverter, Collection<Class<?>> skippedConverters)
-