Uses of Class
jodd.petite.PetiteReference

Packages that use PetiteReference
jodd.petite Petite container. 
 

Uses of PetiteReference in jodd.petite
 

Fields in jodd.petite declared as PetiteReference
protected  PetiteReference[] PetiteConfig.lookupReferences
           
 

Methods in jodd.petite that return PetiteReference
 PetiteReference[] PetiteConfig.getLookupReferences()
           
static PetiteReference PetiteReference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PetiteReference[] PetiteReference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jodd.petite with parameters of type PetiteReference
 void PetiteConfig.setLookupReferences(PetiteReference... lookupReferences)
          Specifies references for bean name lookup, when name is not specified, in given order.