Package jodd.petite
Class PetiteRegistry.BeanInit
- java.lang.Object
-
- jodd.petite.PetiteRegistry.BeanInit
-
- Enclosing class:
- PetiteRegistry
public class PetiteRegistry.BeanInit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbeanNameprotected java.lang.String[]methodsprotected InitMethodInvocationStrategystrategy
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PetiteRegistry.BeanInitinvoke(InitMethodInvocationStrategy strategy)Defines init method invocation strategy,PetiteRegistry.BeanInitmethods(java.lang.String... methods)Defines init methods.voidregister()Registers init methods.
-
-
-
Field Detail
-
beanName
protected final java.lang.String beanName
-
methods
protected java.lang.String[] methods
-
strategy
protected InitMethodInvocationStrategy strategy
-
-
Method Detail
-
methods
public PetiteRegistry.BeanInit methods(java.lang.String... methods)
Defines init methods.
-
invoke
public PetiteRegistry.BeanInit invoke(InitMethodInvocationStrategy strategy)
Defines init method invocation strategy,
-
register
public void register()
Registers init methods.
-
-