| Package | Description |
|---|---|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Class and Description |
|---|---|
static class |
PackageDescription.AbstractPackageDescription
An abstract base implementation of a package description.
|
static class |
PackageDescription.ForLoadedPackage
Represents a loaded
Package wrapped as a
PackageDescription. |
static class |
PackageDescription.Simple
A simple implementation of a package without annotations.
|
| Modifier and Type | Method and Description |
|---|---|
PackageDescription |
TypeDescription.getPackage()
Returns the package internalName of the type described by this instance.
|
PackageDescription |
TypeDescription.ForLoadedType.getPackage() |
PackageDescription |
TypeDescription.ArrayProjection.getPackage() |
PackageDescription |
TypeDescription.Latent.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
PackageDescription |
InstrumentedType.AbstractBase.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
PackageDescription |
TypePool.LazyTypeDescription.getPackage() |
Copyright © 2014–2015. All rights reserved.