|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
|---|---|
Inflector<DATA,RESULT> |
inflector()
Get the inflector capable of transforming supplied data into a result. |
| Method Detail |
|---|
Inflector<DATA,RESULT> inflector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||