Uses of Interface
org.picocontainer.ObjectReference
Packages that use ObjectReference
Package
Description
BehaviorFactories make Behaviors which change aspects of component implementations and instances
-
Uses of ObjectReference in org.picocontainer.behaviors
Methods in org.picocontainer.behaviors with parameters of type ObjectReferenceModifier and TypeMethodDescriptionstatic final Behavior
Behavior.cached
(ComponentAdapter delegate, ObjectReference instanceReference) Constructors in org.picocontainer.behaviors with parameters of type ObjectReferenceModifierConstructorDescriptionCached
(ComponentAdapter delegate, ObjectReference<Stored.Instance<T>> instanceReference) Stored
(ComponentAdapter<T> delegate, ObjectReference<Stored.Instance<T>> reference) -
Uses of ObjectReference in org.picocontainer.references
Classes in org.picocontainer.references that implement ObjectReferenceModifier and TypeClassDescriptionclass
Simple instance implementation of ObjectReference.class
Gets and sets references on a map stored in Thread Localclass
Gets and sets references on Thread Local