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.

@FunctionalInterface public interface AttributeTranslation
Defines an attribute translation.
Author:
Paul Ferraro
  • Field Details

    • IDENTITY_TRANSLATOR

      static final AttributeValueTranslator IDENTITY_TRANSLATOR
    • IDENTITY_ADDRESS_TRANSFORMATION

      static final UnaryOperator<org.jboss.as.controller.PathAddress> IDENTITY_ADDRESS_TRANSFORMATION
  • Method Details