javax.ws.rs.core
Class GenericEntity<T>

java.lang.Object
  extended by javax.ws.rs.core.GenericEntity<T>

public class GenericEntity<T>
extends Object


Constructor Summary
protected GenericEntity(T entity)
           
  GenericEntity(T entity, Type genericType)
           
 
Method Summary
 T getEntity()
           
 Class<?> getRawType()
           
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericEntity

protected GenericEntity(T entity)

GenericEntity

public GenericEntity(T entity,
                     Type genericType)
Method Detail

getEntity

public final T getEntity()

getRawType

public final Class<?> getRawType()

getType

public final Type getType()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.