|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssignabilityRegistrationException | |
org.picocontainer.alternatives | |
org.picocontainer.defaults | This package contains the default implementation of the PicoContainer
API. |
Uses of AssignabilityRegistrationException in org.picocontainer.alternatives |
Methods in org.picocontainer.alternatives that throw AssignabilityRegistrationException | |
Object |
ImplementationHidingComponentAdapter.getComponentInstance(PicoContainer container)
|
ComponentAdapter |
ImplementationHidingComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
Uses of AssignabilityRegistrationException in org.picocontainer.defaults |
Methods in org.picocontainer.defaults that throw AssignabilityRegistrationException | |
protected void |
AbstractComponentAdapter.checkTypeCompatibility()
|
Object |
BeanPropertyComponentAdapter.getComponentInstance(PicoContainer container)
Get a component instance and set given property values. |
ComponentAdapter |
BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
Object |
CachingComponentAdapter.getComponentInstance(PicoContainer container)
|
ComponentAdapter |
CachingComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
ComponentAdapter |
ComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
Create a new component adapter based on the specified arguments. |
protected Constructor |
ConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
|
Object |
ConstructorInjectionComponentAdapter.getComponentInstance(PicoContainer container)
|
ComponentAdapter |
ConstructorInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
ComponentAdapter |
DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
ComponentAdapter |
DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
protected abstract Constructor |
InstantiatingComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
Find and return the greediest satisfiable constructor. |
protected Constructor |
SetterInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
|
Object |
SetterInjectionComponentAdapter.getComponentInstance(PicoContainer container)
|
ComponentAdapter |
SetterInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
Create a SetterInjectionComponentAdapter . |
Constructors in org.picocontainer.defaults that throw AssignabilityRegistrationException | |
AbstractComponentAdapter(Object componentKey,
Class componentImplementation)
Constructs a new ComponentAdapter for the given key and implementation. |
|
ConstructorInjectionComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters,
boolean allowNonPublicClasses)
Explicitly specifies parameters. |
|
ConstructorInjectionComponentAdapter(Object componentKey,
Class componentImplementation)
Use default parameters. |
|
InstanceComponentAdapter(Object componentKey,
Object componentInstance)
|
|
SetterInjectionComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters,
boolean allowNonPublicClasses)
{@inheritDoc} Explicitly specifies parameters, if null uses default parameters. |
|
SetterInjectionComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
|
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |