Uses of Interface
org.picocontainer.Parameter.Resolver
Packages that use Parameter.Resolver
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
-
Uses of Parameter.Resolver in org.picocontainer
Classes in org.picocontainer that implement Parameter.ResolverModifier and TypeClassDescriptionstatic class
Delegate to another reolverstatic class
The Parameter cannot (ever) be resolvedstatic class
A fixed value wrapped as a ResolverMethods in org.picocontainer that return Parameter.ResolverModifier and TypeMethodDescriptionParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) Check if the Parameter can satisfy the expected type using the container.Constructors in org.picocontainer with parameters of type Parameter.Resolver -
Uses of Parameter.Resolver in org.picocontainer.parameters
Methods in org.picocontainer.parameters that return Parameter.ResolverModifier and TypeMethodDescriptionBasicComponentParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) Check whether the given Parameter can be satisfied by the container.CollectionComponentParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) Check for a successful dependency resolution of the parameter for the expected type.ComponentParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) ConstantParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) DefaultConstructorParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) NullParameter.resolve
(PicoContainer container, ComponentAdapter<?> forAdapter, ComponentAdapter<?> injecteeAdapter, Type expectedType, NameBinding expectedNameBinding, boolean useNames, Annotation binding) Check if the Parameter can satisfy the expected type using the container.