Interface ParameterNameExtractor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String[] extractNames​(java.lang.reflect.AccessibleObject ctorOrMethod)
      Extract parameter names for a class constructor or method
    • Method Detail

      • extractNames

        @Nullable
        java.lang.String[] extractNames​(java.lang.reflect.AccessibleObject ctorOrMethod)
        Extract parameter names for a class constructor or method
        Parameters:
        ctorOrMethod - should be instance of Constructor or Method
        Returns:
        array of names or null if information is not available