jodd.petite
Class PetiteRegistry.BeanWire.BeanWireMethod

java.lang.Object
  extended by jodd.petite.PetiteRegistry.BeanWire.BeanWireMethod
Enclosing class:
PetiteRegistry.BeanWire

public class PetiteRegistry.BeanWire.BeanWireMethod
extends java.lang.Object


Field Summary
protected  java.lang.Class[] methodArgumentTypes
           
protected  java.lang.String methodName
           
protected  java.lang.String[] references
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected final java.lang.String methodName

methodArgumentTypes

protected java.lang.Class[] methodArgumentTypes

references

protected java.lang.String[] references
Method Detail

args

public PetiteRegistry.BeanWire.BeanWireMethod args(java.lang.Class... methodArgumentTypes)
Defines method argument types.


ref

public PetiteRegistry.BeanWire.BeanWireMethod ref(java.lang.String... references)
Defines method references.


bind

public void bind()
Registers method injection point.



Copyright © 2003-2013 Jodd Team