- java.lang.Object
-
- org.picocontainer.behaviors.AbstractBehavior<T>
-
- com.atlassian.jira.component.pico.adapter.KeyedDelegateComponentAdapter<T>
-
- Type Parameters:
T
- the concrete class.
- All Implemented Interfaces:
- Serializable, org.picocontainer.Behavior<T>, org.picocontainer.ComponentAdapter<T>, org.picocontainer.ComponentLifecycle<T>, org.picocontainer.ComponentMonitorStrategy, org.picocontainer.LifecycleStrategy
@ParametersAreNonnullByDefault
public class KeyedDelegateComponentAdapter<T>
extends org.picocontainer.behaviors.AbstractBehavior<T>
Registers a single class instance against multiple keys in a PicoContainer
.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
org.picocontainer.ComponentAdapter.NOTHING
-
Field Summary
-
Fields inherited from class org.picocontainer.behaviors.AbstractBehavior
delegate
-
Method Summary
-
Methods inherited from class org.picocontainer.behaviors.AbstractBehavior
accept, changeMonitor, componentHasLifecycle, currentMonitor, dispose, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentInstance, getDelegate, hasLifecycle, isLazy, isStarted, start, start, stop, stop, toString, verify
Copyright © 2002-2021 Atlassian. All Rights Reserved.