Package jodd.petite

Class PetiteRegistry.BeanWire.BeanWireCtor

  • Enclosing class:
    PetiteRegistry.BeanWire

    public class PetiteRegistry.BeanWire.BeanWireCtor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Class[] ctorArgumentTypes  
      protected java.lang.String[] references  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind()
      Registers constructor injection point.
      PetiteRegistry.BeanWire.BeanWireCtor ref​(java.lang.String... references)
      Defines constructor references.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ctorArgumentTypes

        protected final java.lang.Class[] ctorArgumentTypes
      • references

        protected java.lang.String[] references
    • Method Detail

      • bind

        public void bind()
        Registers constructor injection point.