org.glassfish.jersey.process.internal
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 (marek.potociar at oracle.com)

Method Summary
 Inflector<DATA,RESULT> inflector()
          Get the inflector capable of transforming supplied data into a result.
 

Method Detail

inflector

Inflector<DATA,RESULT> inflector()
Get the inflector capable of transforming supplied data into a result.

Returns:
data to result transformation.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.