Class SimpleAttributeConverter
- java.lang.Object
-
- org.jboss.as.clustering.controller.transform.SimpleAttributeConverter
-
- All Implemented Interfaces:
org.jboss.as.controller.transform.description.AttributeConverter
- Direct Known Subclasses:
SingletonListAttributeConverter
public class SimpleAttributeConverter extends Object implements org.jboss.as.controller.transform.description.AttributeConverter
SimpleAttributeConverterthat provides the operation or model context to aSimpleAttributeConverter.Converter.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSimpleAttributeConverter.Converter-
Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.description.AttributeConverter
org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.DefaultValueAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.Factory
-
-
Constructor Summary
Constructors Constructor Description SimpleAttributeConverter(SimpleAttributeConverter.Converter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context)voidconvertResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
-
-
-
Constructor Detail
-
SimpleAttributeConverter
public SimpleAttributeConverter(SimpleAttributeConverter.Converter converter)
-
-
Method Detail
-
convertOperationParameter
public final void convertOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context)- Specified by:
convertOperationParameterin interfaceorg.jboss.as.controller.transform.description.AttributeConverter
-
convertResourceAttribute
public final void convertResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)- Specified by:
convertResourceAttributein interfaceorg.jboss.as.controller.transform.description.AttributeConverter
-
-