Uses of Class
jodd.petite.PropertyInjectionPoint

Packages that use PropertyInjectionPoint
jodd.petite Petite container. 
jodd.petite.resolver Petite resolvers defines and resolves injection points. 
 

Uses of PropertyInjectionPoint in jodd.petite
 

Fields in jodd.petite declared as PropertyInjectionPoint
static PropertyInjectionPoint[] PropertyInjectionPoint.EMPTY
           
 PropertyInjectionPoint[] BeanDefinition.properties
           
 

Methods in jodd.petite that return PropertyInjectionPoint
 PropertyInjectionPoint InjectionPointFactory.createPropertyInjectionPoint(Field field, String[] references)
          Creates new property injection point.
protected  PropertyInjectionPoint[] PetiteBeans.resolvePropertyInjectionPoint(Class type, boolean autowire)
           
 

Methods in jodd.petite with parameters of type PropertyInjectionPoint
 void BeanDefinition.addPropertyInjectionPoint(PropertyInjectionPoint pip)
          Adds property injection point.
 

Uses of PropertyInjectionPoint in jodd.petite.resolver
 

Methods in jodd.petite.resolver that return PropertyInjectionPoint
 PropertyInjectionPoint[] PropertyResolver.resolve(Class type, boolean autowire)
          Resolves all fields for given type.