Package | Description |
---|---|
org.springframework.beans.factory |
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
Modifier and Type | Method and Description |
---|---|
InjectionPoint |
UnsatisfiedDependencyException.getInjectionPoint()
Return the injection point (field or method/constructor parameter), if known.
|
Constructor and Description |
---|
InjectionPoint(InjectionPoint original)
Copy constructor.
|
UnsatisfiedDependencyException(java.lang.String resourceDescription,
java.lang.String beanName,
InjectionPoint injectionPoint,
BeansException ex)
Create a new UnsatisfiedDependencyException.
|
UnsatisfiedDependencyException(java.lang.String resourceDescription,
java.lang.String beanName,
InjectionPoint injectionPoint,
java.lang.String msg)
Create a new UnsatisfiedDependencyException.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyDescriptor
Descriptor for a specific dependency that is about to be injected.
|