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 MappingParser
public <T> T readObject(javax.json.JsonValue jsonValue, Type targetType)
readObject
in interface MappingParser
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.