Class CompositeParameterNameExtractor

    • Constructor Detail

      • CompositeParameterNameExtractor

        CompositeParameterNameExtractor​(java.util.List<ParameterNameExtractor> extractors)
    • 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