| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.convert | |
| com.aliyun.odps.simpleframework.xml.strategy |
| Modifier and Type | Method and Description |
|---|---|
Value |
AnnotationStrategy.read(Type type,
NodeMap<InputNode> node,
Map map)
This is used to read the
Value which will be used
to represent the deserialized object. |
Value |
RegistryStrategy.read(Type type,
NodeMap<InputNode> node,
Map map)
This is used to read the
Value which will be used
to represent the deserialized object. |
| Modifier and Type | Method and Description |
|---|---|
Value |
VisitorStrategy.read(Type type,
NodeMap<InputNode> node,
Map map)
This method will read with an internal strategy after it has
been intercepted by the visitor.
|
Value |
Strategy.read(Type type,
NodeMap<InputNode> node,
Map map)
This is used to resolve and load a class for the given element.
|
Value |
CycleStrategy.read(Type type,
NodeMap node,
Map map)
This method is used to read an object from the specified node.
|
Value |
TreeStrategy.read(Type type,
NodeMap node,
Map map)
This is used to resolve and load a class for the given element.
|
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.