Class | Description |
---|---|
AnnotationResolver | |
AutomagicPetiteConfigurator |
Auto-magically configures Petite container by analyzing the classpath.
|
BeanData<T> |
Petite bean is defined by
bean definition
and it's bean instance. |
BeanDefinition<T> |
Petite bean definition and cache.
|
ParamManager |
Parameters 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.
|
ScopedProxyAdvice |
Scoped proxy advice.
|
ScopedProxyManager |
Manager for mixing scopes.
|
Enum | Description |
---|---|
PetiteReferenceType |
Petite injection references. |
WiringMode |
Wiring modes for Petite beans.
|
Exception | Description |
---|---|
PetiteException |
Petite exception.
|
Copyright © 2003-present Jodd Team