Uses of Class
org.picocontainer.PicoBuilder
-
Packages that use PicoBuilder Package Description org.picocontainer This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern. -
-
Uses of PicoBuilder in org.picocontainer
Methods in org.picocontainer that return PicoBuilder Modifier and Type Method Description PicoBuilderPicoBuilder. addChildToParent()PicoBuilderPicoBuilder. implementedBy(java.lang.Class<? extends MutablePicoContainer> containerClass)PicoBuilderPicoBuilder. withAnnotatedFieldInjection()PicoBuilderPicoBuilder. withAnnotatedFieldInjection(java.lang.Class<? extends java.lang.annotation.Annotation> injectionAnnotation)PicoBuilderPicoBuilder. withAnnotatedMethodInjection()PicoBuilderPicoBuilder. withAnnotatedMethodInjection(java.lang.Class<? extends java.lang.annotation.Annotation> injectionAnnotation)PicoBuilderPicoBuilder. withAutomatic()PicoBuilderPicoBuilder. withBehaviors(BehaviorFactory... factories)PicoBuilderPicoBuilder. withCaching()PicoBuilderPicoBuilder. withComponentFactory(java.lang.Class<? extends ComponentFactory> componentFactoryClass)PicoBuilderPicoBuilder. withComponentFactory(ComponentFactory componentFactory)PicoBuilderPicoBuilder. withConsoleMonitor()PicoBuilderPicoBuilder. withConstructorInjection()PicoBuilderPicoBuilder. withCustomContainerComponent(java.lang.Object containerDependency)PicoBuilderPicoBuilder. withHiddenImplementations()PicoBuilderPicoBuilder. withJavaEE5Lifecycle()Constructed PicoContainer will use JavaEE5LifecycleStrategy.PicoBuilderPicoBuilder. withLifecycle()PicoBuilderPicoBuilder. withLifecycle(java.lang.Class<? extends LifecycleStrategy> specifiedLifecycleStrategyType)Allows you to specify your own lifecycle strategy class.PicoBuilderPicoBuilder. withLifecycle(LifecycleStrategy specifiedLifecycleStrategy)Allows you to fully specify your lifecycle strategy by passing in a built instancePicoBuilderPicoBuilder. withLocking()PicoBuilderPicoBuilder. withMethodInjection()PicoBuilderPicoBuilder. withMonitor(java.lang.Class<? extends ComponentMonitor> cmClass)PicoBuilderPicoBuilder. withMonitor(ComponentMonitor specifiedComponentMonitor)Allows you to specify your very own component monitor to be used by the created picocontainerPicoBuilderPicoBuilder. withNamedFieldInjection()PicoBuilderPicoBuilder. withNamedMethodInjection()PicoBuilderPicoBuilder. withPropertyApplier()PicoBuilderPicoBuilder. withReflectionLifecycle()Constructed PicoContainer will use ReflectionLifecycle.PicoBuilderPicoBuilder. withSetterInjection()PicoBuilderPicoBuilder. withSynchronizing()PicoBuilderPicoBuilder. withTypedFieldInjection()
-