Class InjectPayload.InjectParameter

  • Enclosing interface:
    InjectPayload

    public static class InjectPayload.InjectParameter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InjectParameter​(java.lang.String nm, int sz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      java.lang.String getName()  
      int getSize()  
      • Methods inherited from class java.lang.Object

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

      • InjectParameter

        public InjectParameter​(java.lang.String nm,
                               int sz)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getIndex

        public int getIndex()
      • getSize

        public int getSize()