Interface OperationResultTransformer
-
- All Known Implementing Classes:
AbstractOperationTransformer,OperationTransformer.TransformedOperation
- 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 OperationResultTransformer
Transformer for the operation response. Despite the name of this interface, the transformation is applied to the entire response node, not just anyresultfield in that node.- Author:
- Emanuel Muckenhuber
-
-
Field Summary
Fields Modifier and Type Field Description static OperationResultTransformerORIGINAL_RESULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.dmr.ModelNodetransformResult(org.jboss.dmr.ModelNode response)Transform the operation result.
-
-
-
Field Detail
-
ORIGINAL_RESULT
static final OperationResultTransformer ORIGINAL_RESULT
-
-