public class MappingParserImpl extends Object implements MappingParser
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<Adapter<?,?>,AdapterKey> |
reverseAdaptersRegistry |
protected ConcurrentMap<Class<?>,Method> |
valueOfs |
| Constructor and Description |
|---|
MappingParserImpl(MapperConfig config,
Mappings mappings,
javax.json.JsonReader jsonReader) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readObject(javax.json.JsonValue jsonValue,
Type targetType) |
<T> T |
readObject(Type targetType) |
protected final ConcurrentMap<Adapter<?,?>,AdapterKey> reverseAdaptersRegistry
protected final ConcurrentMap<Class<?>,Method> valueOfs
public MappingParserImpl(MapperConfig config, Mappings mappings, javax.json.JsonReader jsonReader)
public <T> T readObject(Type targetType)
readObject in interface MappingParserpublic <T> T readObject(javax.json.JsonValue jsonValue,
Type targetType)
readObject in interface MappingParserCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.