Uses of Interface
org.springframework.core.ParameterNameDiscoverer
Packages that use ParameterNameDiscoverer
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 ParameterNameDiscoverer in org.springframework.core
Classes in org.springframework.core that implement ParameterNameDiscovererModifier and TypeClassDescriptionclassDefault implementation of theParameterNameDiscovererstrategy interface, delegating to the Java 8 standard reflection mechanism.classParameterNameDiscovererimplementation which uses Kotlin's reflection facilities for introspecting parameter names.classParameterNameDiscovererimplementation that tries several discoverer delegates in succession.classParameterNameDiscovererimplementation which uses JDK 8's reflection facilities for introspecting parameter names (based on the "-parameters" compiler flag).Methods in org.springframework.core with parameters of type ParameterNameDiscovererModifier and TypeMethodDescriptionvoidPrioritizedParameterNameDiscoverer.addDiscoverer(ParameterNameDiscoverer pnd) Add a furtherParameterNameDiscovererdelegate to the list of discoverers that thisPrioritizedParameterNameDiscovererchecks.voidMethodParameter.initParameterNameDiscovery(ParameterNameDiscoverer parameterNameDiscoverer) Initialize parameter name discovery for this method parameter.