Class AttributeConverter.DefaultValueAttributeConverter
- java.lang.Object
-
- org.jboss.as.controller.transform.description.AttributeConverter.DefaultValueAttributeConverter
-
- All Implemented Interfaces:
AttributeConverter
- Enclosing interface:
- AttributeConverter
@Deprecated public static class AttributeConverter.DefaultValueAttributeConverter extends Object implements AttributeConverter
Deprecated.UseAttributeConverter.DEFAULT_VALUEinstead.Converter for an existing attribute whose default value has changed.- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.description.AttributeConverter
AttributeConverter.DefaultAttributeConverter, AttributeConverter.DefaultValueAttributeConverter, AttributeConverter.Factory
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.transform.description.AttributeConverter
DEFAULT_VALUE, NAME_FROM_ADDRESS
-
-
Constructor Summary
Constructors Constructor Description DefaultValueAttributeConverter(AttributeDefinition attribute)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconvertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)Deprecated.Converts an operation parametervoidconvertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Deprecated.Converts a resource attribute
-
-
-
Constructor Detail
-
DefaultValueAttributeConverter
public DefaultValueAttributeConverter(AttributeDefinition attribute)
Deprecated.
-
-
Method Detail
-
convertOperationParameter
public void convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)
Deprecated.Description copied from interface:AttributeConverterConverts an operation parameter- Specified by:
convertOperationParameterin interfaceAttributeConverter- Parameters:
address- the address of the operationattributeName- the name of the operation parameterattributeValue- the value of the operation parameter to be convertedoperation- the operation executed. This is unmodifiable.context- the context of the transformation
-
convertResourceAttribute
public void convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)
Deprecated.Description copied from interface:AttributeConverterConverts a resource attribute- Specified by:
convertResourceAttributein interfaceAttributeConverter- Parameters:
address- the address of the operationattributeName- the name of the attributeattributeValue- the value of the attribute to be convertedcontext- the context of the transformation
-
-