Uses of Class
com.opensymphony.xwork2.inject.util.ReferenceType

Packages that use ReferenceType
com.opensymphony.xwork2.inject.util Guice util classes. 
 

Uses of ReferenceType in com.opensymphony.xwork2.inject.util
 

Fields in com.opensymphony.xwork2.inject.util declared as ReferenceType
(package private)  ReferenceType ReferenceMap.keyReferenceType
           
(package private)  ReferenceType ReferenceMap.valueReferenceType
           
 

Methods in com.opensymphony.xwork2.inject.util that return ReferenceType
static ReferenceType ReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReferenceType[] ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.opensymphony.xwork2.inject.util with parameters of type ReferenceType
(package private)  Object ReferenceMap.dereference(ReferenceType referenceType, Object reference)
          Returns the refererent for reference given its reference type.
(package private)
<T extends Collection<Object>>
T
ReferenceMap.dereferenceCollection(ReferenceType referenceType, T in, T out)
          Dereferences elements in in using referenceType and puts them in out.
static
<K,V> ReferenceCache<K,V>
ReferenceCache.of(ReferenceType keyReferenceType, ReferenceType valueReferenceType, Function<? super K,? extends V> function)
          Returns a ReferenceCache delegating to the specified function.
 

Constructors in com.opensymphony.xwork2.inject.util with parameters of type ReferenceType
ReferenceCache(ReferenceType keyReferenceType, ReferenceType valueReferenceType)
           
ReferenceMap(ReferenceType keyReferenceType, ReferenceType valueReferenceType)
          Concurrent hash map that wraps keys and/or values based on specified reference types.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.