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 classMethodDescription.ForLoadedConstructorAn implementation of a method description for a loaded constructor.static classMethodDescription.ForLoadedMethodAn implementation of a method description for a loaded method.static classParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructorA source for a loaded constructor.static classParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedMethodA source for a loaded method.Fields in net.bytebuddy.description.method declared as ParameterDescription.ForLoadedParameter.ParameterAnnotationSource Modifier and Type Field Description private ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. parameterAnnotationSourceThe parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterDescription.ForLoadedParameter.OfLegacyVmMethod. parameterAnnotationSourceThe parameter annotation source to query.protected ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterDescription.ForLoadedParameter. parameterAnnotationSourceThe parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterList.ForLoadedExecutable.OfLegacyVmConstructor. parameterAnnotationSourceThe parameter annotation source to query.private ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterList.ForLoadedExecutable.OfLegacyVmMethod. parameterAnnotationSourceThe parameter annotation source to query.protected ParameterDescription.ForLoadedParameter.ParameterAnnotationSourceParameterList.ForLoadedExecutable. parameterAnnotationSourceThe 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.
-