Uses of Interface
org.glassfish.jersey.internal.util.collection.Ref

Packages that use Ref
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. 
 

Uses of Ref in org.glassfish.jersey.internal.inject
 

Methods in org.glassfish.jersey.internal.inject that return types with arguments of type Ref
static
<T> org.glassfish.hk2.Factory<Ref<T>>
ReferencingFactory.referenceFactory()
           
static
<T> org.glassfish.hk2.Factory<Ref<T>>
ReferencingFactory.referenceFactory(T initialValue)
           
 

Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type Ref
ReferencingFactory(org.glassfish.hk2.Factory<Ref<T>> referenceFactory)
           
 

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

Methods in org.glassfish.jersey.internal.util.collection that return Ref
static
<T> Ref<T>
Tuples.emptyRef()
          Constructs a new empty mutable Ref instance.
static
<T> Ref<T>
Tuples.immutableRef(T value)
          Constructs a new immutable Ref instance referencing the given input reference.
static
<T> Ref<T>
Tuples.of(T value)
          Constructs a new mutable Ref instance referencing the given input reference.
 



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