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
TypeDescriptions 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 classAn abstract base implementation of a package description.static classRepresents a loadedPackagewrapped as aPackageDescription.static classA simple implementation of a package without annotations.Fields in net.bytebuddy.description.type declared as PackageDescriptionModifier and TypeFieldDescriptionstatic final PackageDescriptionPackageDescription.DEFAULTA representation of the default package without any annotations.private final PackageDescriptionTypeDescription.ForPackageDescription.packageDescriptionThe package to be described as a type.static final PackageDescriptionPackageDescription.UNDEFINEDA 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 ornullif the described type is a primitive type or an array.TypeDescription.ArrayProjection.getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.TypeDescription.ForLoadedType.getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.TypeDescription.ForPackageDescription.getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.TypeDescription.getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.TypeDescription.Latent.getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.TypeDescription.SuperTypeLoading.getPackage()Returns the package of the type described by this instance ornullif 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 ornullif the described type is a primitive type or an array.InstrumentedType.Frozen.getPackage()Returns the package of the type described by this instance ornullif 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 classAn implementation of aPackageDescriptionthat 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 ornullif 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 TypeMethodDescriptionbooleanJavaModule.isExported(PackageDescription packageDescription, JavaModule module) Returnstrueif this module exports the supplied package to this module.booleanJavaModule.isOpened(PackageDescription packageDescription, JavaModule module) Returnstrueif this module opens the supplied package to this module.