Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
Modifier and Type | Method and Description |
---|---|
ClassFileLocator.Resolution |
Plugin.Engine.Default.SourceEntryPrependingClassFileLocator.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassFileLocator.Resolution.Explicit
Represents a byte array as binary data.
|
static class |
ClassFileLocator.Resolution.Illegal
A canonical representation of an illegal binary representation.
|
Modifier and Type | Method and Description |
---|---|
protected static ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.locate(ClassLoader classLoader,
String name)
Locates the class file for the supplied type by requesting a resource from the class loader.
|
protected static ClassFileLocator.Resolution |
ClassFileLocator.ForModule.locate(JavaModule module,
String typeName)
Creates a resolution for a Java module's class files.
|
ClassFileLocator.Resolution |
DynamicType.AbstractBase.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.NoOp.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.MultiReleaseAware.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.Simple.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.WeaklyReferenced.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModule.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModule.WeaklyReferenced.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModuleFile.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForUrl.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForInstrumentation.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.PackageDiscriminating.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.Filtering.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.Compound.locate(String name)
Locates the class file for a given type and returns the binary data of the class file.
|
Copyright © 2014–2025. All rights reserved.