Package | Description |
---|---|
org.jboss.as.controller.transform.description |
Modifier and Type | Class and Description |
---|---|
static class |
AttributeConverter.DefaultAttributeConverter
A default implementation of AttributeConverter
|
static class |
AttributeConverter.DefaultValueAttributeConverter
Converter for an exist attribute whose default value has changed.
|
class |
DefaultCheckersAndConverter
Utility class combining the functionality of
DiscardAttributeChecker.DefaultDiscardAttributeChecker , RejectAttributeChecker.DefaultRejectAttributeChecker
and AttributeConverter.DefaultAttributeConverter . |
Modifier and Type | Field and Description |
---|---|
static AttributeConverter |
AttributeConverter.NAME_FROM_ADDRESS
An attribute converter which converts the attribute value to be the value of the last
PathElement in the PathAddress |
Modifier and Type | Method and Description |
---|---|
static AttributeConverter |
AttributeConverter.Factory.createHardCoded(org.jboss.dmr.ModelNode hardCodedValue)
Creates an AttributeConverter where the conversion is to a hard-coded value
|
static AttributeConverter |
AttributeConverter.Factory.createHardCoded(org.jboss.dmr.ModelNode hardCodedValue,
boolean undefinedOnly)
Creates an AttributeConverter where the conversion is to a hard-coded value, with
the ability to restrict the conversion to cases where the value being converted is
ModelType.UNDEFINED . |
Modifier and Type | Method and Description |
---|---|
T |
BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter,
AttributeDefinition... convertedAttributes)
Use to convert an attribute's value.
|
T |
BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter,
String... convertedAttributes)
Use to convert an attribute's value.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.