Uses of Class
org.springframework.core.annotation.SynthesizingMethodParameter
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
Uses of SynthesizingMethodParameter in org.springframework.core.annotation
Modifier and TypeClassDescriptionprotected class
A MethodParameter with AnnotatedMethod-specific behavior.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.