| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ResolvedType |
ResolvedType.containedType(int index)
Method for accessing definitions of contained ("child")
types.
|
abstract ResolvedType |
ResolvedType.getContentType()
Method for accessing content type of this type, if type has
such a thing: simple types do not, structured types do
(like arrays, Collections and Maps)
|
abstract ResolvedType |
ResolvedType.getKeyType()
Method for accessing key type for this type, assuming type
has such a concept (only Map types do)
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract <T> T |
ObjectCodec.readValue(JacksonParser jp,
ResolvedType valueType)
Method to deserialize JSON content into a POJO, type specified
with fully resolved type object (so it can be a generic type,
including containers like
Collection and
Map). |
abstract <T> Iterator<T> |
ObjectCodec.readValues(JacksonParser jp,
ResolvedType valueType)
Method for reading sequence of Objects from parser stream,
all with same specified value type.
|
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.