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 creatingTypeDescriptions without loading any classes.net.bytebuddy.utility 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 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 classPackageDescription.AbstractBaseAn abstract base implementation of a package description.static classPackageDescription.ForLoadedPackageRepresents a loadedPackagewrapped as aPackageDescription.static classPackageDescription.SimpleA simple implementation of a package without annotations.Fields in net.bytebuddy.description.type declared as PackageDescription Modifier and Type Field Description static PackageDescriptionPackageDescription. DEFAULTA representation of the default package without any annotations.private PackageDescriptionTypeDescription.ForPackageDescription. packageDescriptionThe package to be described as a type.static PackageDescriptionPackageDescription. UNDEFINEDA named constant for an undefined package what applies for primitive and array types.Methods in net.bytebuddy.description.type that return PackageDescription Modifier and Type Method Description PackageDescriptionTypeDescription.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.PackageDescriptionTypeDescription.ArrayProjection. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionTypeDescription.ForLoadedType. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionTypeDescription.ForPackageDescription. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionTypeDescription. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionTypeDescription.Latent. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionTypeDescription.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 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 PackageDescriptionInstrumentedType.Default. getPackage()Returns the package of the type described by this instance ornullif the described type is a primitive type or an array.PackageDescriptionInstrumentedType.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 PackageDescription Modifier and Type Class Description private static classTypePool.Default.LazyTypeDescription.LazyPackageDescriptionAn implementation of aPackageDescriptionthat only loads its annotations on requirement.Methods in net.bytebuddy.pool that return PackageDescription Modifier and Type Method Description PackageDescriptionTypePool.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 PackageDescription Modifier and Type Method Description booleanJavaModule. 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.
-