| 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(String resourceDescription,
                              String beanName,
                              InjectionPoint injectionPoint,
                              BeansException ex)Create a new UnsatisfiedDependencyException. | 
| UnsatisfiedDependencyException(String resourceDescription,
                              String beanName,
                              InjectionPoint injectionPoint,
                              String msg)Create a new UnsatisfiedDependencyException. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DependencyDescriptorDescriptor for a specific dependency that is about to be injected. |