Class ArgumentInfo

java.lang.Object
org.smallmind.phalanx.wire.transport.ArgumentInfo

public class ArgumentInfo extends Object
  • Constructor Details

    • ArgumentInfo

      public ArgumentInfo(int index, Class<?> parameterType)
  • Method Details

    • getIndex

      public int getIndex()
    • getParameterType

      public Class<?> getParameterType()