AttributeConverter.DEFAULT_VALUE instead.@Deprecated public static class AttributeConverter.DefaultValueAttributeConverter extends Object implements AttributeConverter
AttributeConverter.DefaultAttributeConverter, AttributeConverter.DefaultValueAttributeConverter, AttributeConverter.FactoryDEFAULT_VALUE, NAME_FROM_ADDRESS| Constructor and Description |
|---|
DefaultValueAttributeConverter(AttributeDefinition attribute)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Deprecated.
Converts an operation parameter
|
void |
convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Deprecated.
Converts a resource attribute
|
public DefaultValueAttributeConverter(AttributeDefinition attribute)
public void convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)
AttributeConverterconvertOperationParameter in interface AttributeConverteraddress - 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 transformationpublic void convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)
AttributeConverterconvertResourceAttribute in interface AttributeConverteraddress - the address of the operationattributeName - the name of the attributeattributeValue - the value of the attribute to be convertedcontext - the context of the transformationCopyright © 2021 JBoss by Red Hat. All rights reserved.