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
 

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 are declared.
 

Methods in com.opensymphony.xwork2.inject.util with parameters of type ReferenceType
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 © 2009 OpenSymphony. All Rights Reserved.