| Package | Description | 
|---|---|
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| net.bytebuddy.dynamic | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterDescription.Token | ParameterDescription.Token. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) | 
| ParameterDescription.Token | ParameterDescription.AbstractBase. asToken(ElementMatcher<? super TypeDescription> matcher) | 
| ParameterDescription.Token | ParameterDescription.Token.TypeList. get(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher) | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher) | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | MethodDescription.Token. getParameterTokens()Returns the parameter tokens of the represented method. | 
| Constructor and Description | 
|---|
| Latent(MethodDescription.InDefinedShape declaringMethod,
      ParameterDescription.Token token,
      int index,
      int offset)Creates a latent parameter description. | 
| Constructor and Description | 
|---|
| ForTokens(MethodDescription.InDefinedShape declaringMethod,
         List<? extends ParameterDescription.Token> tokens)Creates a new parameter list for the provided tokens. | 
| Latent(TypeDescription declaringType,
      String internalName,
      int modifiers,
      List<? extends TypeVariableToken> typeVariables,
      TypeDescription.Generic returnType,
      List<? extends ParameterDescription.Token> parameterTokens,
      List<? extends TypeDescription.Generic> exceptionTypes,
      List<? extends AnnotationDescription> declaredAnnotations,
      Object defaultValue)Creates a new latent method description. | 
| Token(String name,
     int modifiers,
     List<? extends TypeVariableToken> typeVariables,
     TypeDescription.Generic returnType,
     List<? extends ParameterDescription.Token> parameterTokens,
     List<? extends TypeDescription.Generic> exceptionTypes,
     List<? extends AnnotationDescription> annotations,
     Object defaultValue)Creates a new token for a method description. | 
| Constructor and Description | 
|---|
| ParameterAnnotationAdapter(ParameterDescription.Token token)Creates a new parameter annotation adapter. | 
| SimpleParameterAnnotationAdapter(ParameterDescription.Token token)Creates a new simple parameter annotation adapter. | 
| TransformedParameter(int index,
                    ParameterDescription.Token parameterToken)Creates a transformed parameter. | 
Copyright © 2014–2016. All rights reserved.