Uses of Interface
cdc.util.data.util.AttributeNameConverter
-
Packages that use AttributeNameConverter Package Description cdc.util.data.util cdc.util.data.xml -
-
Uses of AttributeNameConverter in cdc.util.data.util
Fields in cdc.util.data.util declared as AttributeNameConverter Modifier and Type Field Description static AttributeNameConverterAttributeNameConverter. IDENTITYAn attribute name converter that returns the name unchanged.Methods in cdc.util.data.util that return AttributeNameConverter Modifier and Type Method Description default AttributeNameConverterAttributeNameConverter. andThen(AttributeNameConverter other)Returns a converter that first applies this converter and thenother.default AttributeNameConverterAttributeNameConverter. compose(AttributeNameConverter other)Returns a converter that first appliesotherthen this converter.static AttributeNameConverterAttributeNameConverter. fromNameFunction(UnaryOperator<String> function)Creates a new AttributeNameConverter from a name converter function.static AttributeNameConverterAttributeNameConverter. fromNameMap(Map<String,String> map)Creates a new AttributeNameConverter from a map.static AttributeNameConverterAttributeNameConverter. fromPathMap(Map<SPath,String> map)Methods in cdc.util.data.util with parameters of type AttributeNameConverter Modifier and Type Method Description default AttributeNameConverterAttributeNameConverter. andThen(AttributeNameConverter other)Returns a converter that first applies this converter and thenother.default AttributeNameConverterAttributeNameConverter. compose(AttributeNameConverter other)Returns a converter that first appliesotherthen this converter.static voidDataUtils. setNameOfMatchingAttributes(Parent parent, AttributePredicate predicate, AttributeNameConverter converter, Evaluator<? super Parent> evaluator)Sets names of matching attributes. -
Uses of AttributeNameConverter in cdc.util.data.xml
Fields in cdc.util.data.xml declared as AttributeNameConverter Modifier and Type Field Description protected AttributeNameConverterXmlDataReader. attributeNameConverterAttribute name converter.Methods in cdc.util.data.xml that return AttributeNameConverter Modifier and Type Method Description AttributeNameConverterXmlDataReader. getAttributeNameConverter()Methods in cdc.util.data.xml with parameters of type AttributeNameConverter Modifier and Type Method Description voidXmlDataReader. setAttributeNameConverter(AttributeNameConverter converter)Sets the attribute name converter.
-