Uses of Enum Class
org.apache.struts2.inject.util.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in org.apache.struts2.inject.util
Methods in org.apache.struts2.inject.util that return ReferenceTypeModifier and TypeMethodDescriptionstatic ReferenceType
Returns the enum constant of this class with the specified name.static ReferenceType[]
ReferenceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.struts2.inject.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionstatic <K,
V> ReferenceCache<K, V> ReferenceCache.of
(ReferenceType keyReferenceType, ReferenceType valueReferenceType, Function<? super K, ? extends V> function) Returns aReferenceCache
delegating to the specifiedfunction
.Constructors in org.apache.struts2.inject.util with parameters of type ReferenceTypeModifierConstructorDescriptionReferenceCache
(ReferenceType keyReferenceType, ReferenceType valueReferenceType) ReferenceMap
(ReferenceType keyReferenceType, ReferenceType valueReferenceType) Concurrent hash map that wraps keys and/or values based on specified reference types.