Package jodd.petite

Class PetiteResolvers


  • public class PetiteResolvers
    extends java.lang.Object
    Holds all resolvers instances and offers delegate methods.
    • Constructor Detail

    • Method Detail

      • resolveCtorInjectionPoint

        public CtorInjectionPoint resolveCtorInjectionPoint​(java.lang.Class type)
        Resolves constructor injection point.
      • resolvePropertyInjectionPoint

        public PropertyInjectionPoint[] resolvePropertyInjectionPoint​(java.lang.Class type,
                                                                      boolean autowire)
        Resolves property injection points.
      • resolveMethodInjectionPoint

        public MethodInjectionPoint[] resolveMethodInjectionPoint​(java.lang.Class type)
        Resolves method injection points.
      • resolveSetInjectionPoint

        public SetInjectionPoint[] resolveSetInjectionPoint​(java.lang.Class type,
                                                            boolean autowire)
        Resolves set injection points.
      • resolveInitMethodPoint

        public InitMethodPoint[] resolveInitMethodPoint​(java.lang.Class type)
        Resolves init method points.
      • resolveDestroyMethodPoint

        public DestroyMethodPoint[] resolveDestroyMethodPoint​(java.lang.Class type)
        Resolves destroy method points.
      • resolveProviderDefinitions

        public ProviderDefinition[] resolveProviderDefinitions​(java.lang.Class type,
                                                               java.lang.String name)
        Resolves provider definition defined in a bean.