Class MethodParameterInformation

java.lang.Object
se.krka.kahlua.integration.processor.MethodParameterInformation
All Implemented Interfaces:
java.io.Serializable

public class MethodParameterInformation
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    static MethodParameterInformation EMPTY  
  • Constructor Summary

    Constructors
    Constructor Description
    MethodParameterInformation​(java.util.List parameterNames)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName​(int index)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • MethodParameterInformation

      public MethodParameterInformation​(java.util.List parameterNames)
  • Method Details

    • getName

      public java.lang.String getName​(int index)