Uses of Class
org.springframework.core.annotation.SynthesizingMethodParameter
Packages that use SynthesizingMethodParameter
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
Uses of SynthesizingMethodParameter in org.springframework.core.annotation
Subclasses of SynthesizingMethodParameter in org.springframework.core.annotationModifier and TypeClassDescriptionprotected classA MethodParameter with AnnotatedMethod-specific behavior.Methods in org.springframework.core.annotation that return SynthesizingMethodParameterModifier and TypeMethodDescriptionSynthesizingMethodParameter.clone()static SynthesizingMethodParameterSynthesizingMethodParameter.forExecutable(Executable executable, int parameterIndex) Create a new SynthesizingMethodParameter for the given method or constructor.static SynthesizingMethodParameterSynthesizingMethodParameter.forParameter(Parameter parameter) Create a new SynthesizingMethodParameter for the given parameter descriptor.Constructors in org.springframework.core.annotation with parameters of type SynthesizingMethodParameterModifierConstructorDescriptionprotectedCopy constructor, resulting in an independentSynthesizingMethodParameterbased on the same metadata and cache state that the original object was in.