Class SpringDocParameterNameDiscoverer

java.lang.Object
org.springframework.core.PrioritizedParameterNameDiscoverer
org.springframework.core.DefaultParameterNameDiscoverer
org.springdoc.core.discoverer.SpringDocParameterNameDiscoverer
All Implemented Interfaces:
org.springframework.core.ParameterNameDiscoverer

public class SpringDocParameterNameDiscoverer extends org.springframework.core.DefaultParameterNameDiscoverer
The type Spring doc parameter name discoverer.
Author:
bnasslahsen
  • Constructor Details

    • SpringDocParameterNameDiscoverer

      public SpringDocParameterNameDiscoverer()
  • Method Details

    • getParameterNames

      @Nullable public String[] getParameterNames(Method method)
      Specified by:
      getParameterNames in interface org.springframework.core.ParameterNameDiscoverer
      Overrides:
      getParameterNames in class org.springframework.core.PrioritizedParameterNameDiscoverer