| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.core | |
| com.aliyun.odps.simpleframework.xml.filter |
| Constructor and Description |
|---|
Persister(Filter filter)
Constructor for the
Persister object. |
Persister(Filter filter,
Format format)
Constructor for the
Persister object. |
Persister(Filter filter,
Matcher matcher)
Constructor for the
Persister object. |
Persister(Filter filter,
Matcher matcher,
Format format)
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentFilter
The
EnvironmentFilter object is used to provide a
filter that will replace the specified values with an environment
variable from the OS. |
class |
MapFilter
The
MapFilter object is a filter that can make use
of user specified mappings for replacement. |
class |
PlatformFilter
The
PlatformFilter object makes use of all filter
types this resolves user specified properties first, followed
by system properties, and finally environment variables. |
class |
StackFilter
The
StackFilter object provides a filter that can
be given a collection of filters which can be used to resolve a
replacement. |
class |
SystemFilter
The
SystemFilter object is used to provide a filter
that will replace the specified values with system properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
StackFilter.push(Filter filter)
This pushes the the provided
Filter on to the top
of the stack. |
| Constructor and Description |
|---|
EnvironmentFilter(Filter filter)
Constructor for the
EnvironmentFilter object. |
MapFilter(Map map,
Filter filter)
Constructor for the
MapFilter object. |
SystemFilter(Filter filter)
Constructor for the
SystemFilter object. |
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.