public class PetiteRegistry.BeanInit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
beanName |
protected java.lang.String[] |
methods |
protected InitMethodInvocationStrategy |
strategy |
Modifier and Type | Method and Description |
---|---|
PetiteRegistry.BeanInit |
invoke(InitMethodInvocationStrategy strategy)
Defines init method invocation strategy,
|
PetiteRegistry.BeanInit |
methods(java.lang.String... methods)
Defines init methods.
|
void |
register()
Registers init methods.
|
protected final java.lang.String beanName
protected java.lang.String[] methods
protected InitMethodInvocationStrategy strategy
public PetiteRegistry.BeanInit methods(java.lang.String... methods)
public PetiteRegistry.BeanInit invoke(InitMethodInvocationStrategy strategy)
public void register()
Copyright © 2003-present Jodd Team