Class AnnotationParameterNameDiscoverer
java.lang.Object
io.github.belgif.rest.problem.spring.internal.CachedAnnotationParameterNameSupport<String[]>
io.github.belgif.rest.problem.spring.AnnotationParameterNameDiscoverer
- All Implemented Interfaces:
org.springframework.core.ParameterNameDiscoverer
public class AnnotationParameterNameDiscoverer
extends io.github.belgif.rest.problem.spring.internal.CachedAnnotationParameterNameSupport<String[]>
implements org.springframework.core.ParameterNameDiscoverer
ParameterNameDiscoverer that retrieves the parameter name from Spring MVC annotations (if present).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.belgif.rest.problem.spring.internal.CachedAnnotationParameterNameSupport
getParameterNames, getParameterNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.ParameterNameDiscoverer
getParameterNames, getParameterNames
-
Constructor Details
-
AnnotationParameterNameDiscoverer
public AnnotationParameterNameDiscoverer()
-
-
Method Details
-
toResult
- Specified by:
toResult
in classio.github.belgif.rest.problem.spring.internal.CachedAnnotationParameterNameSupport<String[]>
-