Class | Description |
---|---|
AnnotationParameterNameDiscoverer |
Allows finding parameter names using the value attribute of any number of
Annotation instances. |
DefaultSecurityParameterNameDiscoverer |
Spring Security's default
ParameterNameDiscoverer which tries a number of
ParameterNameDiscoverer depending on what is found on the classpath. |
Annotation Type | Description |
---|---|
P |
An annotation that can be used along with
AnnotationParameterNameDiscoverer to
specify parameter names. |