Uses of Interface
net.bytebuddy.description.type.PackageDescription
-
Packages that use PackageDescription Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.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 creatingTypeDescription
s without loading any classes. -
-
Uses of PackageDescription in net.bytebuddy
Methods in net.bytebuddy with parameters of type PackageDescription Modifier and Type Method Description DynamicType.Builder<?>
ByteBuddy. rebase(PackageDescription aPackage, ClassFileLocator classFileLocator)
Rebases a package. -
Uses of PackageDescription in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement PackageDescription Modifier and Type Class Description static class
PackageDescription.AbstractBase
An abstract base implementation of a package description.static class
PackageDescription.ForLoadedPackage
Represents a loadedPackage
wrapped as aPackageDescription
.static class
PackageDescription.Simple
A simple implementation of a package without annotations.Fields in net.bytebuddy.description.type declared as PackageDescription Modifier and Type Field Description static PackageDescription
PackageDescription. UNDEFINED
Represents any undefined property of a type description that is instead represented asnull
in order to resemble the Java reflection API which returnsnull
and is intuitive to many Java developers.Methods in net.bytebuddy.description.type that return PackageDescription Modifier and Type Method Description PackageDescription
TypeDescription.AbstractBase.OfSimpleType.WithDelegation. getPackage()
PackageDescription
TypeDescription.ArrayProjection. getPackage()
PackageDescription
TypeDescription.ForLoadedType. getPackage()
PackageDescription
TypeDescription.ForPackageDescription. getPackage()
PackageDescription
TypeDescription. getPackage()
Returns the package internalName of the type described by this instance.PackageDescription
TypeDescription.Latent. getPackage()
PackageDescription
TypeDescription.SuperTypeLoading. getPackage()
Constructors in net.bytebuddy.description.type with parameters of type PackageDescription Constructor Description ForPackageDescription(PackageDescription packageDescription)
Creates a new type description of a package description. -
Uses of PackageDescription in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return PackageDescription Modifier and Type Method Description PackageDescription
InstrumentedType.Default. getPackage()
PackageDescription
InstrumentedType.Frozen. getPackage()
-
Uses of PackageDescription in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return PackageDescription Modifier and Type Method Description PackageDescription
TypePool.Default.LazyTypeDescription. getPackage()
-