| Package | Description |
|---|---|
| cdc.util.data.util | |
| cdc.util.data.xml |
| Modifier and Type | Field | Description |
|---|---|---|
static AttributeNameConverter |
AttributeNameConverter.IDENTITY |
An attribute name converter that returns the name unchanged.
|
| Modifier and Type | Method | Description |
|---|---|---|
default AttributeNameConverter |
AttributeNameConverter.andThen(AttributeNameConverter other) |
Returns a converter that first applies this converter and then
other. |
default AttributeNameConverter |
AttributeNameConverter.compose(AttributeNameConverter other) |
Returns a converter that first applies
other then this converter. |
static AttributeNameConverter |
AttributeNameConverter.fromNameFunction(java.util.function.Function<java.lang.String,java.lang.String> function) |
Creates a new AttributeNameConverter from a name converter function.
|
static AttributeNameConverter |
AttributeNameConverter.fromNameMap(java.util.Map<java.lang.String,java.lang.String> map) |
Creates a new AttributeNameConverter from a map.
|
static AttributeNameConverter |
AttributeNameConverter.fromPathMap(java.util.Map<SPath,java.lang.String> map) |
| Modifier and Type | Method | Description |
|---|---|---|
default AttributeNameConverter |
AttributeNameConverter.andThen(AttributeNameConverter other) |
Returns a converter that first applies this converter and then
other. |
default AttributeNameConverter |
AttributeNameConverter.compose(AttributeNameConverter other) |
Returns a converter that first applies
other then this converter. |
static void |
DataUtil.setNameOfMatchingAttributes(Parent parent,
AttributePredicate predicate,
AttributeNameConverter converter,
cdc.util.function.Evaluator<? super Parent> evaluator) |
Sets names of matching attributes.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AttributeNameConverter |
XmlDataReader.attributeNameConverter |
Attribute name converter.
|
| Modifier and Type | Method | Description |
|---|---|---|
AttributeNameConverter |
XmlDataReader.getAttributeNameConverter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XmlDataReader.setAttributeNameConverter(AttributeNameConverter converter) |
Sets the attribute name converter.
|
Copyright © 2019. All rights reserved.