Uses of Interface
org.jboss.as.controller.transform.description.AttributeConverter
Packages that use AttributeConverter
-
Uses of AttributeConverter in org.jboss.as.controller.transform.description
Classes in org.jboss.as.controller.transform.description that implement AttributeConverterModifier and TypeClassDescriptionstatic classA default implementation of AttributeConverterclassUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.Fields in org.jboss.as.controller.transform.description declared as AttributeConverterModifier and TypeFieldDescriptionstatic final AttributeConverterAttributeConverter.DEFAULT_VALUEConverter for an existing attribute whose default value has changed.static final 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 AttributeConverterModifier and TypeMethodDescriptionstatic 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 AttributeConverterModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter, String... convertedAttributes) Use to convert an attribute's value.BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter, AttributeDefinition... convertedAttributes) Use to convert an attribute's value.