All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AnnotationResolver AutomagicPetiteConfigurator Auto-magically configures Petite container by analyzing the classpath.BeanData<T> Petite bean is defined bybean definitionand it's bean instance.BeanDefinition<T> Petite bean definition and cache.BeanReferences Set of names that represent bean reference for the single injection point.CtorInjectionPoint Holder for constructor injection points.CtorResolver Resolver for constructor injection points.DestroyMethodPoint Destroy method point.DestroyMethodResolver Resolver for destroy methods.InitMethodInvocationStrategy Invocation strategy for init methods define moment when init methods are invoked.InitMethodPoint Init method point.InitMethodResolver Resolver for bean init methods.MethodInjectionPoint Method injection points.MethodResolver Methods injection points resolver.ParamManager Parameters storage and resolver.PetiteBean Petite bean annotation for classes markups the Petite components.PetiteBeans Base layer ofPetite Container.PetiteConfig Petite configuration.PetiteContainer Petite IOC container.PetiteDestroyMethod Markups the Petite bean destroy method.PetiteException Petite exception.PetiteInitMethod Markups the Petite bean initialization method.PetiteInject Petite bean reference for fields and constructor arguments.PetiteProvider Marker for Petite providers.PetiteReferenceType Petite injectionreferences.PetiteRegistry Petite registry helps with manual registration of Petite beans by allowing fluent interface.PetiteResolvers Holds all resolvers instances and offers delegate methods.PetiteValue Petite parameter value.PropertyInjectionPoint Property injection point.PropertyResolver Resolves properties.ProtoScope Prototype scope doesn't pool any beans, so each time bean is requested, a new instance will be created.ProviderDefinition Bean provider definition.ProviderResolver Provider resolver.ProxettaAwarePetiteContainer Proxetta-aware Petite container that applies proxies on bean registration.ProxettaBeanDefinition<T> Enhanced version ofBeanDefinitionthat keeps data about original target class and applied proxy aspects.ReferencesResolver Annotation reader for methods and constructors.Scope Petite container bean scope.ScopedProxyAdvice Scoped proxy advice.ScopedProxyManager Manager for mixing scopes.SetInjectionPoint<T> Set injection point.SetResolver Resolves collection fields.ShutdownAwareScope BaseScopeclass for scopes that collect destroyable beans and implement shutdown routine.SingletonScope Singleton scope pools all bean instances so they will be created only once in the container context.ThreadLocalScope Thread local Petite bean scope.ValueInjectionPoint WiringMode Wiring modes for Petite beans.