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>
Inflector
.
A typical use case is a terminal (leaf) request processing stage node that transforms a request into a response.
Modifier and Type | Method and Description |
---|---|
Inflector<DATA,RESULT> |
inflector()
Get the inflector capable of transforming supplied data into a result.
|
Copyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.