javax.ws.rs.core
Class GenericEntity<T>
java.lang.Object
javax.ws.rs.core.GenericEntity<T>
public class GenericEntity<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericEntity
protected GenericEntity(T entity)
GenericEntity
public GenericEntity(T entity,
Type genericType)
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.