Uses of Interface
net.bytebuddy.description.type.PackageDescription
Packages that use PackageDescription
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
Contains descriptions of Java types and packages.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of PackageDescription in net.bytebuddy
Methods in net.bytebuddy with parameters of type PackageDescriptionModifier and TypeMethodDescriptionByteBuddy.rebase
(PackageDescription aPackage, ClassFileLocator classFileLocator) Rebases a package. -
Uses of PackageDescription in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement PackageDescriptionModifier and TypeClassDescriptionstatic class
An abstract base implementation of a package description.static class
Represents a loadedPackage
wrapped as aPackageDescription
.static class
A simple implementation of a package without annotations.Fields in net.bytebuddy.description.type declared as PackageDescriptionModifier and TypeFieldDescriptionstatic final PackageDescription
PackageDescription.DEFAULT
A representation of the default package without any annotations.private final PackageDescription
TypeDescription.ForPackageDescription.packageDescription
The package to be described as a type.static final PackageDescription
PackageDescription.UNDEFINED
A named constant for an undefined package what applies for primitive and array types.Methods in net.bytebuddy.description.type that return PackageDescriptionModifier and TypeMethodDescriptionTypeDescription.AbstractBase.OfSimpleType.WithDelegation.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.ArrayProjection.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.ForLoadedType.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.ForPackageDescription.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.Latent.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.TypeDescription.SuperTypeLoading.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.Constructors in net.bytebuddy.description.type with parameters of type PackageDescriptionModifierConstructorDescriptionForPackageDescription
(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 PackageDescriptionModifier and TypeMethodDescriptionInstrumentedType.Default.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array.InstrumentedType.Frozen.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array. -
Uses of PackageDescription in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement PackageDescriptionModifier and TypeClassDescriptionprivate static class
An implementation of aPackageDescription
that only loads its annotations on requirement.Methods in net.bytebuddy.pool that return PackageDescriptionModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.getPackage()
Returns the package of the type described by this instance ornull
if the described type is a primitive type or an array. -
Uses of PackageDescription in net.bytebuddy.utility
Methods in net.bytebuddy.utility with parameters of type PackageDescriptionModifier and TypeMethodDescriptionboolean
JavaModule.isExported
(PackageDescription packageDescription, JavaModule module) Returnstrue
if this module exports the supplied package to this module.boolean
JavaModule.isOpened
(PackageDescription packageDescription, JavaModule module) Returnstrue
if this module opens the supplied package to this module.