Package | Description |
---|---|
net.bytebuddy.description |
Classes of this package allow the representation of Java classes, their member and their meta data.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
MethodDescription.AbstractBase.accept(TypeVariableSource.Visitor<T> visitor)
Applies a visitor on this type variable source.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.TypeVariableSubstitutor
Substitutes a type variable, either with a new binding if the variable is defined by a type or with a
retained type variable if the variable is defined by a method.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
TypeDescription.AbstractBase.accept(TypeVariableSource.Visitor<T> visitor)
Applies a visitor on this type variable source.
|
Copyright © 2014–2020. All rights reserved.