public static class AttributeConverter.DefaultValueAttributeConverter extends AttributeConverter.DefaultAttributeConverter
AttributeConverter.DefaultAttributeConverter, AttributeConverter.DefaultValueAttributeConverter, AttributeConverter.Factory
NAME_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, convertResourceAttribute
public DefaultValueAttributeConverter(AttributeDefinition attribute)
protected void convertAttribute(PathAddress address, String name, org.jboss.dmr.ModelNode value, TransformationContext context)
AttributeConverter.DefaultAttributeConverter
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)
and
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext)
.convertAttribute
in class AttributeConverter.DefaultAttributeConverter
address
- the address of the operation or resourcename
- the name of the attributevalue
- the value of the attributecontext
- the context of the transformationCopyright © 2023 JBoss by Red Hat. All rights reserved.