-
name
String name
-
componentFactory
ComponentFactory componentFactory
Component factory instance.
-
parent
PicoContainer parent
Parent picocontainer
-
children
Set<E> children
All picocontainer children.
-
lifecycleState
LifecycleState lifecycleState
Current state of the container.
-
childrenStarted
Set<E> childrenStarted
Keeps track of child containers started status.
-
lifecycleStrategy
LifecycleStrategy lifecycleStrategy
Lifecycle strategy instance.
-
containerProperties
Properties containerProperties
Properties set at the container level, that will affect subsequent components added.
-
componentMonitor
ComponentMonitor componentMonitor
Component monitor instance. Receives event callbacks.
-
componentKeyToAdapterCache
Map<K,V> componentKeyToAdapterCache
Map used for looking up component adapters by their key.
-
componentAdapters
Set<E> componentAdapters
-
orderedComponentAdapters
List<E> orderedComponentAdapters
-
converters
Converters converters