| Package | Description |
|---|---|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
MethodDescription.AbstractBase.accept(TypeVariableSource.Visitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TypeDescription.AbstractBase.accept(TypeVariableSource.Visitor<T> visitor) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeVariableSource.Visitor.NoOp
A none-operational implementation of a type variable visitor that simply returns the visited source.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TypeVariableSource.accept(TypeVariableSource.Visitor<T> visitor)
Applies a visitor on this type variable source.
|
Copyright © 2014–2015. All rights reserved.