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
Simple
AttributeConverter that provides the operation or model context to a SimpleAttributeConverter.Converter.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesNested 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.Factory -
Field Summary
Fields inherited from interface org.jboss.as.controller.transform.description.AttributeConverter
DEFAULT_VALUE, NAME_FROM_ADDRESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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) final voidconvertResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
-
Constructor Details
-
SimpleAttributeConverter
-
-
Method Details
-
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
-