Interface ParameterNameExtractor

All Known Implementing Classes:
CompositeParameterNameExtractor, Java8ParameterNameExtractor, ParanamerParameterNameExtractor

interface ParameterNameExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    Extract parameter names for a class constructor or method
  • Method Details

    • extractNames

      @Nullable String[] extractNames(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