| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| 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.