Uses of Interface
net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
-
Packages that use ParameterDescription.ForLoadedParameter.ParameterAnnotationSource Package Description net.bytebuddy.description.method 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.ParameterAnnotationSource Modifier and Type Class Description static class
MethodDescription.ForLoadedConstructor
An implementation of a method description for a loaded constructor.static class
MethodDescription.ForLoadedMethod
An implementation of a method description for a loaded method.static class
ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructor
A source for a loaded constructor.static class
ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedMethod
A source for a loaded method.Fields in net.bytebuddy.description.method declared as ParameterDescription.ForLoadedParameter.ParameterAnnotationSource Modifier and Type Field Description private ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. parameterAnnotationSource
The parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterDescription.ForLoadedParameter.OfLegacyVmMethod. parameterAnnotationSource
The parameter annotation source to query.protected ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterDescription.ForLoadedParameter. parameterAnnotationSource
The parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterList.ForLoadedExecutable.OfLegacyVmConstructor. parameterAnnotationSource
The parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterList.ForLoadedExecutable.OfLegacyVmMethod. parameterAnnotationSource
The parameter annotation source to query.protected ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
ParameterList.ForLoadedExecutable. parameterAnnotationSource
The parameter annotation source to query.Methods in net.bytebuddy.description.method with parameters of type ParameterDescription.ForLoadedParameter.ParameterAnnotationSource Modifier and Type Method Description ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher. describe(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aConstructor
's parameters of the given VM.ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher. describe(java.lang.reflect.Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aMethod
's parameters of the given VM.ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher.ForJava8CapableVm. describe(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aConstructor
's parameters of the given VM.ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher.ForJava8CapableVm. describe(java.lang.reflect.Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aMethod
's parameters of the given VM.ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm. describe(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aConstructor
's parameters of the given VM.ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm. describe(java.lang.reflect.Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Describes aMethod
's parameters of the given VM.static ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable. of(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new list that describes the parameters of the givenConstructor
.static ParameterList<ParameterDescription.InDefinedShape>
ParameterList.ForLoadedExecutable. of(java.lang.reflect.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.ParameterAnnotationSource Constructor Description ForLoadedExecutable(T executable, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description for a loaded executable.ForLoadedParameter(T executable, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description for a loaded parameter.OfConstructor(java.lang.reflect.Constructor<?> constructor, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description for a loaded constructor.OfConstructor(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description of the parameters of a constructor.OfLegacyVmConstructor(java.lang.reflect.Constructor<?> constructor, int index, java.lang.Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a legacy representation of a method's parameter.OfLegacyVmConstructor(java.lang.reflect.Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a legacy representation of a constructor's parameters.OfLegacyVmMethod(java.lang.reflect.Method method, int index, java.lang.Class<?>[] parameterType, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a legacy representation of a method's parameter.OfLegacyVmMethod(java.lang.reflect.Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a legacy representation of a method's parameters.OfMethod(java.lang.reflect.Method method, int index, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description for a loaded method.OfMethod(java.lang.reflect.Method method, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource)
Creates a new description of the parameters of a method.
-