Uses of Interface
cdc.util.data.util.AttributeValueConverter
-
Packages that use AttributeValueConverter Package Description cdc.util.data.util cdc.util.data.xml -
-
Uses of AttributeValueConverter in cdc.util.data.util
Fields in cdc.util.data.util declared as AttributeValueConverter Modifier and Type Field Description static AttributeValueConverterAttributeValueConverter. INDENTITYAn attribute value converter that returns the value unchanged.Methods in cdc.util.data.util that return AttributeValueConverter Modifier and Type Method Description default AttributeValueConverterAttributeValueConverter. andThen(AttributeValueConverter other)Returns a converter that first applies this converter and thenother.default AttributeValueConverterAttributeValueConverter. compose(AttributeValueConverter other)Returns a converter that first appliesotherthen this converter.static AttributeValueConverterAttributeValueConverter. fromNameMap(Map<String,String> map)Creates a new AttributeValueConverter from an attribute name to value map.static AttributeValueConverterAttributeValueConverter. fromPathMap(Map<SPath,String> map)static AttributeValueConverterAttributeValueConverter. fromString(String s)static AttributeValueConverterAttributeValueConverter. fromValueFunction(UnaryOperator<String> function)Creates a new AttributeValueConverter from a value converter function.static AttributeValueConverterAttributeValueConverter. fromValueMap(Map<String,String> map)Creates a new AttributeValueConverter from an attribute value map.static AttributeValueConverterAttributeValueConverter. scramble(boolean preserveSpaces)Methods in cdc.util.data.util with parameters of type AttributeValueConverter Modifier and Type Method Description default AttributeValueConverterAttributeValueConverter. andThen(AttributeValueConverter other)Returns a converter that first applies this converter and thenother.default AttributeValueConverterAttributeValueConverter. compose(AttributeValueConverter other)Returns a converter that first appliesotherthen this converter.static voidDataUtils. setValueOfMatchingAttributes(Parent parent, AttributePredicate predicate, AttributeValueConverter converter, Evaluator<? super Parent> evaluator)Sets value of matching attributes. -
Uses of AttributeValueConverter in cdc.util.data.xml
Fields in cdc.util.data.xml declared as AttributeValueConverter Modifier and Type Field Description protected AttributeValueConverterXmlDataReader. attributeValueConverterAttribute value converter.Methods in cdc.util.data.xml that return AttributeValueConverter Modifier and Type Method Description AttributeValueConverterXmlDataReader. getAttributeValueConverter()Methods in cdc.util.data.xml with parameters of type AttributeValueConverter Modifier and Type Method Description voidXmlDataReader. setAttributeValueConverter(AttributeValueConverter converter)Sets the attribute value converter.
-