Interface Inflecting<DATA,RESULT>
- Type Parameters:
DATA
- data type transformable by the provided inflector.RESULT
- type of a result produced by the provided inflector on success.
public interface Inflecting<DATA,RESULT>
Interface that is used to indicate that the instance provides an
Inflector
.
A typical use case is a terminal (leaf) request processing stage node that transforms a request into a response.
- Author:
- Marek Potociar
-
Method Summary
-
Method Details
-
inflector
Get the inflector capable of transforming supplied data into a result.- Returns:
- data to result transformation.
-