| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.convert | |
| com.aliyun.odps.simpleframework.xml.strategy |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
boolean |
RegistryStrategy.write(Type type,
Object value,
NodeMap<OutputNode> node,
Map map)
This is used to serialize a representation of the object value
provided.
|
boolean |
AnnotationStrategy.write(Type type,
Object value,
NodeMap<OutputNode> node,
Map map)
This is used to serialize a representation of the object value
provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.read(Type type,
NodeMap<InputNode> node)
This is used to intercept an XML element before it is read
by the underlying
Strategy implementation. |
Value |
Strategy.read(Type type,
NodeMap<InputNode> node,
Map map)
This is used to resolve and load a class for the given element.
|
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 |
TreeStrategy.read(Type type,
NodeMap 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.
|
void |
Visitor.write(Type type,
NodeMap<OutputNode> node)
This is used to intercept an XML element after it is written
by the underlying
Strategy implementation. |
boolean |
Strategy.write(Type type,
Object value,
NodeMap<OutputNode> node,
Map map)
This is used to attach attribute values to the given node
map during the serialization process.
|
boolean |
VisitorStrategy.write(Type type,
Object value,
NodeMap<OutputNode> node,
Map map)
This method will write with an internal strategy before it has
been intercepted by the visitor.
|
boolean |
TreeStrategy.write(Type type,
Object value,
NodeMap node,
Map map)
This is used to attach a attribute to the provided element
that is used to identify the class.
|
boolean |
CycleStrategy.write(Type type,
Object value,
NodeMap node,
Map map)
This is used to write the reference in to the XML element that
is to be written.
|
boolean |
SimpleTreeStrategy.write(Type type,
Object value,
NodeMap node,
Map map) |
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.