Uses of Class
org.glassfish.jersey.internal.util.collection.InstanceTypePair

Packages that use InstanceTypePair
org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. 
 

Uses of InstanceTypePair in org.glassfish.jersey.internal.util.collection
 

Methods in org.glassfish.jersey.internal.util.collection that return InstanceTypePair
static
<T> InstanceTypePair<T>
InstanceTypePair.of(T instance)
          Create new instance-type pair from an instance.
static
<T> InstanceTypePair<T>
InstanceTypePair.of(T instance, Type type)
          Create new instance-type pair from an instance.
static
<T> InstanceTypePair<T>
InstanceTypePair.of(T instance, org.glassfish.hk2.TypeLiteral<T> type)
          Create new instance-type pair from an instance.
 



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