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. -
-
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. UNDEFINEDRepresents any undefined property of a type description that is instead represented asnullin order to resemble the Java reflection API which returnsnulland is intuitive to many Java developers.Methods in net.bytebuddy.description.type that return PackageDescription Modifier and Type Method Description PackageDescriptionTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getPackage()PackageDescriptionTypeDescription.ArrayProjection. getPackage()PackageDescriptionTypeDescription.ForLoadedType. getPackage()PackageDescriptionTypeDescription.ForPackageDescription. getPackage()PackageDescriptionTypeDescription. getPackage()Returns the package internalName of the type described by this instance.PackageDescriptionTypeDescription.Latent. getPackage()PackageDescriptionTypeDescription.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 PackageDescriptionInstrumentedType.Default. getPackage()PackageDescriptionInstrumentedType.Frozen. getPackage() -
Uses of PackageDescription in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return PackageDescription Modifier and Type Method Description PackageDescriptionTypePool.Default.LazyTypeDescription. getPackage()
-