| Class | Description |
|---|---|
| BeanData |
Petite bean is defined by
bean definition
and bean instance. |
| BeanDefinition |
Petite bean definition and cache.
|
| CtorInjectionPoint |
Holder for constructor injection points.
|
| DestroyMethodPoint |
Destroy method point.
|
| InitMethodPoint |
Init method point.
|
| InjectionPointFactory |
Factory for injection points.
|
| MethodInjectionPoint |
Method injection points.
|
| ParamManager |
Parameter storage and resolver.
|
| PetiteBeans |
Base layer of
Petite Container. |
| PetiteConfig |
Petite configuration.
|
| PetiteContainer |
Petite IOC container.
|
| PetiteRegistry |
Petite registry helps with manual registration
of Petite beans by allowing fluent interface.
|
| PetiteResolvers |
Holds all resolvers instances and offers delegate methods.
|
| PetiteUtil |
Few Petite utilities, used internally.
|
| PropertyInjectionPoint |
Property injection point.
|
| ProviderDefinition |
Bean provider definition.
|
| ScopedProxyAdvice |
Scoped proxy advice.
|
| ScopedProxyManager |
Manager for mixing scopes.
|
| SetInjectionPoint<T> |
Set injection point.
|
| Enum | Description |
|---|---|
| PetiteReference |
Petite injection references. |
| WiringMode |
Different wiring modes.
|
| Exception | Description |
|---|---|
| PetiteException |
Petite exception.
|
Copyright © 2003-2013 Jodd Team