Uses of Class
net.bytebuddy.description.method.ParameterDescription.Token
Packages that use ParameterDescription.Token
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
-
Uses of ParameterDescription.Token in net.bytebuddy.description.method
Subclasses with type arguments of type ParameterDescription.Token in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic classA list of types represented as a list of parameter tokens.Subinterfaces with type arguments of type ParameterDescription.Token in net.bytebuddy.description.methodModifier and TypeInterfaceDescriptioninterfaceDescription of the parameter of a Java method or constructor.Classes in net.bytebuddy.description.method that implement interfaces with type arguments of type ParameterDescription.TokenModifier and TypeClassDescriptionstatic classA token representing a parameter's properties detached from a type.Methods in net.bytebuddy.description.method that return ParameterDescription.TokenModifier and TypeMethodDescriptionParameterDescription.Token.accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Transforms the types represented by this token by applying the given visitor to them.ParameterDescription.AbstractBase.asToken(ElementMatcher<? super TypeDescription> matcher) Returns a token representative of this type dependant.ParameterDescription.Token.TypeList.get(int index) Methods in net.bytebuddy.description.method that return types with arguments of type ParameterDescription.TokenModifier and TypeMethodDescriptionParameterList.AbstractBase.asTokenList(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.ParameterList.asTokenList(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.ParameterList.Empty.asTokenList(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.MethodDescription.Token.getParameterTokens()Returns the parameter tokens of the represented method.Constructors in net.bytebuddy.description.method with parameters of type ParameterDescription.TokenModifierConstructorDescriptionLatent(MethodDescription.InDefinedShape declaringMethod, ParameterDescription.Token token, int index, int offset) Creates a latent parameter description.Constructor parameters in net.bytebuddy.description.method with type arguments of type ParameterDescription.TokenModifierConstructorDescriptionForTokens(MethodDescription.InDefinedShape declaringMethod, List<? extends ParameterDescription.Token> tokens) Creates a new parameter list for the provided tokens. -
Uses of ParameterDescription.Token in net.bytebuddy.dynamic
Constructors in net.bytebuddy.dynamic with parameters of type ParameterDescription.TokenModifierConstructorDescriptionprotectedCreates a new parameter annotation adapter.protectedCreates a new simple parameter annotation adapter.protectedTransformedParameter(int index, ParameterDescription.Token parameterToken) Creates a transformed parameter.