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 classAn implementation of a method description for a loaded constructor.static classAn implementation of a method description for a loaded method.static classA source for a loaded constructor.static classA source for a loaded method.Fields in net.bytebuddy.description.method declared as ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceModifier and TypeFieldDescriptionParameterDescription.ForLoadedParameter.OfLegacyVmConstructor.parameterAnnotationSourceThe parameter annotation source to query.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod.parameterAnnotationSourceThe parameter annotation source to query.ParameterDescription.ForLoadedParameter.parameterAnnotationSourceThe parameter annotation source to query.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor.parameterAnnotationSourceThe parameter annotation source to query.ParameterList.ForLoadedExecutable.OfLegacyVmMethod.parameterAnnotationSourceThe parameter annotation source to query.ParameterList.ForLoadedExecutable.parameterAnnotationSourceThe 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.ParameterAnnotationSourceModifierConstructorDescriptionprotectedForLoadedExecutable(T executable, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded executable.protectedForLoadedParameter(T executable, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded parameter.protectedOfConstructor(Constructor<?> constructor, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded constructor.protectedOfConstructor(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a constructor.protectedOfLegacyVmConstructor(Constructor<?> constructor, int index, Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameter.protectedOfLegacyVmConstructor(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a constructor's parameters.protectedOfLegacyVmMethod(Method method, int index, Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameter.protectedOfLegacyVmMethod(Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a legacy representation of a method's parameters.protectedOfMethod(Method method, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description for a loaded method.protectedOfMethod(Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a method.