Package org.apache.struts2.inject.util
package org.apache.struts2.inject.util
Guice util classes.
-
ClassDescriptionPhantom reference with a
finalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.Soft reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.Function<F,T> A Function provides a transformation on an object and returns the resulting object.ReferenceCache<K,V> ExtendsReferenceMap
to support lazy loading values by overridingReferenceCache.create(Object)
.ReferenceMap<K,V> Concurrent hash map that wraps keys and/or values in soft or weak references.Reference type.