| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
A declaration context representing a type that is declared within a method of another type.
|
static class |
TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
A declaration context representing a type that is declared within another type but not within
a method.
|
static class |
TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
Represents a self-declared type that is not defined within another type.
|
| Constructor and Description |
|---|
LazyTypeDescription(TypePool typePool,
int modifiers,
String name,
String superTypeInternalName,
String[] interfaceInternalName,
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType signatureResolution,
TypePool.LazyTypeDescription.DeclarationContext declarationContext,
List<String> declaredTypes,
boolean anonymousType,
List<TypePool.LazyTypeDescription.AnnotationToken> annotationTokens,
List<TypePool.LazyTypeDescription.FieldToken> fieldTokens,
List<TypePool.LazyTypeDescription.MethodToken> methodTokens)
Creates a new lazy type description.
|
Copyright © 2014–2015. All rights reserved.