Example usage for org.springframework.core PrioritizedParameterNameDiscoverer subclass-usage

List of usage examples for org.springframework.core PrioritizedParameterNameDiscoverer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core PrioritizedParameterNameDiscoverer subclass-usage.

Usage

From source file org.springframework.security.core.parameters.DefaultSecurityParameterNameDiscoverer.java

/**
 * Spring Security's default {@link ParameterNameDiscoverer} which tries a number of
 * {@link ParameterNameDiscoverer} depending on what is found on the classpath.
 *
 * <ul>
 * <li>Will use an instance of {@link AnnotationParameterNameDiscoverer} with {@link P} as