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.
Transformer for the operation response. Despite the name of this interface, the transformation
is applied to the entire response node, not just any
result field in that node.- Author:
- Emanuel Muckenhuber
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodetransformResult(org.jboss.dmr.ModelNode response) Transform the operation result.
-
Field Details
-
ORIGINAL_RESULT
-
-
Method Details
-
transformResult
org.jboss.dmr.ModelNode transformResult(org.jboss.dmr.ModelNode response) Transform the operation result.- Parameters:
response- the operation response, including anyoutcome- Returns:
- the transformed response
-