public static class AttributeConverter.DefaultValueAttributeConverter extends AttributeConverter.DefaultAttributeConverter
AttributeConverter.DefaultAttributeConverter, AttributeConverter.DefaultValueAttributeConverter, AttributeConverter.FactoryNAME_FROM_ADDRESS| Constructor and Description |
|---|
DefaultValueAttributeConverter(AttributeDefinition attribute) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertAttribute(PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
TransformationContext context)
Gets called by the default implementations of
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext). |
convertOperationParameter, convertResourceAttributepublic DefaultValueAttributeConverter(AttributeDefinition attribute)
protected void convertAttribute(PathAddress address, String name, org.jboss.dmr.ModelNode value, TransformationContext context)
AttributeConverter.DefaultAttributeConverterAttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext).convertAttribute in class AttributeConverter.DefaultAttributeConverteraddress - the address of the operation or resourcename - the name of the attributevalue - the value of the attributecontext - the context of the transformationCopyright © 2015 JBoss by Red Hat. All rights reserved.