Interface Inflector<DATA,RESULT>
- Type Parameters:
DATA- transformable data type.RESULT- type of result produced by a successful inflector data transformation.
- All Known Subinterfaces:
Connector
- All Known Implementing Classes:
HttpUrlConnector, JdkConnector, ResourceMethodInvoker, WadlModelProcessor.OptionsHandler
public interface Inflector<DATA,RESULT>
A generic interface for transforming data into a result.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
-
Method Summary
-
Method Details
-
apply
-