Uses of Interface
org.jboss.as.controller.transform.description.AttributeConverter
-
Packages that use AttributeConverter Package Description org.jboss.as.controller.transform.description -
-
Uses of AttributeConverter in org.jboss.as.controller.transform.description
Classes in org.jboss.as.controller.transform.description that implement AttributeConverter Modifier and Type Class Description static classAttributeConverter.DefaultAttributeConverterA default implementation of AttributeConverterstatic classAttributeConverter.DefaultValueAttributeConverterDeprecated.UseDEFAULT_VALUEinstead.classDefaultCheckersAndConverterUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.Fields in org.jboss.as.controller.transform.description declared as AttributeConverter Modifier and Type Field Description static AttributeConverterAttributeConverter. DEFAULT_VALUEConverter for an existing attribute whose default value has changed.static AttributeConverterAttributeConverter. NAME_FROM_ADDRESSAn attribute converter which converts the attribute value to be the value of the lastPathElementin thePathAddressMethods in org.jboss.as.controller.transform.description that return AttributeConverter Modifier and Type Method Description static AttributeConverterAttributeConverter.Factory. createHardCoded(org.jboss.dmr.ModelNode hardCodedValue)Creates an AttributeConverter where the conversion is to a hard-coded valuestatic AttributeConverterAttributeConverter.Factory. createHardCoded(org.jboss.dmr.ModelNode hardCodedValue, boolean undefinedOnly)Creates an AttributeConverter where the conversion is to a hard-coded value, with the ability to restrict the conversion to cases where the value being converted isModelType.UNDEFINED.Methods in org.jboss.as.controller.transform.description with parameters of type AttributeConverter Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. setValueConverter(AttributeConverter attributeConverter, String... convertedAttributes)Use to convert an attribute's value.TBaseAttributeTransformationDescriptionBuilder. setValueConverter(AttributeConverter attributeConverter, AttributeDefinition... convertedAttributes)Use to convert an attribute's value.
-