| 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.Default.LazyTypeDescription.DeclarationContext.DeclaredInMethod
A declaration context representing a type that is declared within a method of another type.
|
static class |
TypePool.Default.LazyTypeDescription.DeclarationContext.DeclaredInType
A declaration context representing a type that is declared within another type but not within
a method.
|
static class |
TypePool.Default.LazyTypeDescription.DeclarationContext.SelfDeclared
Represents a self-declared type that is not defined within another type.
|
Copyright © 2014–2016. All rights reserved.