| Package | Description |
|---|---|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
MethodDescription.TypeSubstituting.VariableRetainingDelegator
A visitor that only escalates to the actual visitor if a non-generic type is discovered or if a type variable
that is not declared by the represented method is discovered.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericTypeDescription.Visitor.Substitutor.ForAttachment
A substitutor that attaches type variables to a type variable source and replaces representations of
TargetType with a given declaring type. |
static class |
GenericTypeDescription.Visitor.Substitutor.ForDetachment
A visitor for detaching a type from its declaration context by detaching type variables.
|
static class |
GenericTypeDescription.Visitor.Substitutor.ForTypeVariableBinding
A visitor for binding type variables to their values.
|
Copyright © 2014–2015. All rights reserved.