org.glassfish.jersey.process.internal
Class FilteringInflector

java.lang.Object
  extended by org.glassfish.jersey.process.internal.FilteringInflector
All Implemented Interfaces:
Inflector<Request,Response>

public class FilteringInflector
extends java.lang.Object
implements Inflector<Request,Response>

Author:
Pavel Bucek (pavel.bucek at oracle.com), Santiago Pericas-Geertsen (santiago.pericasgeertsen at oracle.com)

Nested Class Summary
static class FilteringInflector.Builder
           
 
Method Summary
 Response apply(Request request)
          Transform data of a given type into a result of the different type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public Response apply(Request request)
Description copied from interface: Inflector
Transform data of a given type into a result of the different type.

Specified by:
apply in interface Inflector<Request,Response>
Parameters:
request - data to be transformed into a result.
Returns:
data transformation result. Return value must not be null.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.