Interface AttributeTranslation
- All Known Implementing Classes:
ListAttributeTranslation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines an attribute translation.
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnaryOperator<org.jboss.as.controller.PathAddress>static final AttributeValueTranslator -
Method Summary
Modifier and TypeMethodDescriptiondefault UnaryOperator<org.jboss.as.controller.PathAddress>default AttributeValueTranslatordefault AttributeValueTranslator
-
Field Details
-
IDENTITY_TRANSLATOR
-
IDENTITY_ADDRESS_TRANSFORMATION
-
-
Method Details
-
getTargetAttribute
Attribute getTargetAttribute() -
getReadTranslator
-
getWriteTranslator
-
getPathAddressTransformation
-