public class PetiteRegistry.BeanWire.BeanWireMethod
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class[] |
methodArgumentTypes |
protected java.lang.String |
methodName |
protected java.lang.String[] |
references |
Modifier and Type | Method and Description |
---|---|
PetiteRegistry.BeanWire.BeanWireMethod |
args(java.lang.Class... methodArgumentTypes)
Defines method argument types.
|
void |
bind()
Registers method injection point.
|
PetiteRegistry.BeanWire.BeanWireMethod |
ref(java.lang.String... references)
Defines method references.
|
protected final java.lang.String methodName
protected java.lang.Class[] methodArgumentTypes
protected java.lang.String[] references
public PetiteRegistry.BeanWire.BeanWireMethod args(java.lang.Class... methodArgumentTypes)
public PetiteRegistry.BeanWire.BeanWireMethod ref(java.lang.String... references)
public void bind()
Copyright © 2003-present Jodd Team