public class PetiteRegistry.BeanWire
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PetiteRegistry.BeanWire.BeanWireCtor |
class |
PetiteRegistry.BeanWire.BeanWireMethod |
class |
PetiteRegistry.BeanWire.BeanWireProperty |
class |
PetiteRegistry.BeanWire.BeanWireSet |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
beanName |
Modifier and Type | Method and Description |
---|---|
PetiteRegistry.BeanWire.BeanWireCtor |
ctor(java.lang.Class... ctorArgumentTypes)
Wires beans constructor.
|
PetiteRegistry.BeanWire.BeanWireMethod |
method(java.lang.String methodName)
Wires beans method.
|
PetiteRegistry.BeanWire.BeanWireProperty |
property(java.lang.String propertyName)
Wires beans property.
|
PetiteRegistry.BeanWire.BeanWireSet |
set(java.lang.String setPropertyName)
Wires beans set.
|
public PetiteRegistry.BeanWire.BeanWireProperty property(java.lang.String propertyName)
wire("").property("").ref(...).bind();
public PetiteRegistry.BeanWire.BeanWireCtor ctor(java.lang.Class... ctorArgumentTypes)
public PetiteRegistry.BeanWire.BeanWireMethod method(java.lang.String methodName)
public PetiteRegistry.BeanWire.BeanWireSet set(java.lang.String setPropertyName)
wire("").set("").ref(...).bind();
Copyright © 2003-present Jodd Team