org.glassfish.jersey.server.model
Class Inflecting<T>

java.lang.Object
  extended by org.glassfish.jersey.server.model.Inflecting<T>

public class Inflecting<T>
extends Object

Inflector provider resource model component.

Author:
Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
Inflecting()
           
 
Method Summary
 Inflector<Request,T> getInflector()
          Get the inflector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inflecting

public Inflecting()
Method Detail

getInflector

public Inflector<Request,T> getInflector()
Get the inflector.

Returns:
inflector.


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