Uses of Class
org.springframework.core.PrioritizedParameterNameDiscoverer
Package
Description
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
-
Uses of PrioritizedParameterNameDiscoverer in org.springframework.core
Modifier and TypeClassDescriptionclass
Default implementation of theParameterNameDiscoverer
strategy interface, using the Java 8 standard reflection mechanism (if available), and falling back to the ASM-basedLocalVariableTableParameterNameDiscoverer
for checking debug information in the class file.