Class Java8ParameterNameExtractor

    • Method Summary

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

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

      • Java8ParameterNameExtractor

        Java8ParameterNameExtractor()
    • Method Detail

      • extractNames

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