| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.convert | |
| com.aliyun.odps.simpleframework.xml.core | |
| com.aliyun.odps.simpleframework.xml.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationStrategy
The
AnnotationStrategy object is used to intercept
the serialization process and delegate to custom converters. |
class |
RegistryStrategy
The
RegistryStrategy object is used to intercept
the serialization process and delegate to custom converters. |
| Constructor and Description |
|---|
AnnotationStrategy(Strategy strategy)
Constructor for the
AnnotationStrategy object. |
RegistryStrategy(Registry registry,
Strategy strategy)
Constructor for the
RegistryStrategy object. |
| Constructor and Description |
|---|
Persister(Strategy strategy)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Filter filter)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Filter filter,
Format format)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Filter filter,
Matcher matcher)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Filter filter,
Matcher matcher,
Format format)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Format format)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Map data)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Map data,
Format format)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Matcher matcher)
Constructor for the
Persister object. |
Persister(Strategy strategy,
Matcher matcher,
Format format)
Constructor for the
Persister object. |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleStrategy
The
CycleStrategy represents a strategy that is used
to augment the deserialization and serialization process such that
cycles in an object graph can be supported. |
class |
SimpleTreeStrategy |
class |
TreeStrategy
The
TreeStrategy object is used to provide a simple
strategy for handling object graphs in a tree structure. |
class |
VisitorStrategy
The
VisitorStrategy object is a simplification of a
strategy, which allows manipulation of the serialization process. |
| Constructor and Description |
|---|
VisitorStrategy(Visitor visitor,
Strategy strategy)
Constructor for the
VisitorStrategy object. |
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.