Uses of Interface
net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
Packages that use ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
-
Uses of ParameterDescription.ForLoadedParameter.ParameterAnnotationSource in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceModifier and TypeClassDescriptionstatic class
An implementation of a method description for a loaded constructor.static class
An implementation of a method description for a loaded method.static class
A source for a loaded constructor.static class
A source for a loaded method.Fields in net.bytebuddy.description.method declared as ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceModifier and TypeFieldDescriptionParameterDescription.ForLoadedParameter.OfLegacyVmConstructor.parameterAnnotationSource
The parameter annotation source to query.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod.parameterAnnotationSource
The parameter annotation source to query.ParameterDescription.ForLoadedParameter.parameterAnnotationSource
The parameter annotation source to query.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor.parameterAnnotationSource
The parameter annotation source to query.ParameterList.ForLoadedExecutable.OfLegacyVmMethod.parameterAnnotationSource
The parameter annotation source to query.ParameterList.ForLoadedExecutable.parameterAnnotationSource
The parameter annotation source to query.Methods in net.bytebuddy.description.method with parameters of type ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceModifier and TypeMethodDescriptionParameterList.ForLoadedExecutable.of
(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new list that describes the parameters of the givenConstructor
.ParameterList.ForLoadedExecutable.of
(Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new list that describes the parameters of the givenMethod
.Constructors in net.bytebuddy.description.method with parameters of type ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceModifierConstructorDescriptionprotected
ForLoadedExecutable
(T executable, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded executable.protected
ForLoadedParameter
(T executable, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded parameter.protected
OfConstructor
(Constructor<?> constructor, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded constructor.protected
OfConstructor
(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a constructor.protected
OfLegacyVmConstructor
(Constructor<?> constructor, int index, Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameter.protected
OfLegacyVmConstructor
(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a constructor's parameters.protected
OfLegacyVmMethod
(Method method, int index, Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameter.protected
OfLegacyVmMethod
(Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameters.protected
OfMethod
(Method method, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded method.protected
OfMethod
(Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a method.