Uses of Interface
jodd.petite.config.PetiteConfigurator

Packages that use PetiteConfigurator
jodd.petite Petite container. 
jodd.petite.config Configurators for Petite container. 
 

Uses of PetiteConfigurator in jodd.petite
 

Methods in jodd.petite with parameters of type PetiteConfigurator
 void PetiteContainer.configure(PetiteConfigurator... petiteConfigurators)
          Configures this instance of container.
 

Uses of PetiteConfigurator in jodd.petite.config
 

Classes in jodd.petite.config that implement PetiteConfigurator
 class AutomagicPetiteConfigurator
          Auto-magically configures Petite container by analyzing the classpath.