| 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.ClassLoading
A class file locator that loads classes and describes the loaded classes as a
TypeDescription.ForLoadedType
if a type cannot be located as its class file. |
static class |
TypePool.Default.Precomputed
A class file locator that maintains a map of precomputed classes which are returned as a resolution in case that a type name is known.
|
Copyright © 2014–2015. All rights reserved.