| Package | Description |
|---|---|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericTypeDescription.Visitor.Substitutor.ForAttachment |
GenericTypeDescription.Visitor.Substitutor.ForAttachment.of(FieldDescription fieldDescription)
Attaches all types to the given field description.
|
static GenericTypeDescription.Visitor.Substitutor.ForAttachment |
GenericTypeDescription.Visitor.Substitutor.ForAttachment.of(MethodDescription methodDescription)
Attaches all types to the given method description.
|
static GenericTypeDescription.Visitor.Substitutor.ForAttachment |
GenericTypeDescription.Visitor.Substitutor.ForAttachment.of(ParameterDescription parameterDescription)
Attaches all types to the given parameter description.
|
static GenericTypeDescription.Visitor.Substitutor.ForAttachment |
GenericTypeDescription.Visitor.Substitutor.ForAttachment.of(TypeDescription typeDescription)
Attaches all types to the given type description.
|
Copyright © 2014–2015. All rights reserved.