Uses of Class
org.springframework.core.annotation.SynthesizingMethodParameter
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Basic abstractions for working with message handler methods.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.-
Uses of SynthesizingMethodParameter in org.springframework.core.annotation
Modifier and TypeMethodDescriptionSynthesizingMethodParameter.clone()
static SynthesizingMethodParameter
SynthesizingMethodParameter.forExecutable
(Executable executable, int parameterIndex) Create a new SynthesizingMethodParameter for the given method or constructor.static SynthesizingMethodParameter
SynthesizingMethodParameter.forParameter
(Parameter parameter) Create a new SynthesizingMethodParameter for the given parameter descriptor.ModifierConstructorDescriptionprotected
Copy constructor, resulting in an independentSynthesizingMethodParameter
based on the same metadata and cache state that the original object was in. -
Uses of SynthesizingMethodParameter in org.springframework.messaging.handler
Modifier and TypeClassDescriptionprotected class
A MethodParameter with HandlerMethod-specific behavior. -
Uses of SynthesizingMethodParameter in org.springframework.web.method
Modifier and TypeClassDescriptionprotected class
A MethodParameter with HandlerMethod-specific behavior.