Uses of Interface
net.bytebuddy.dynamic.ClassFileLocator.Resolution
Packages that use ClassFileLocator.Resolution
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
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.
-
Uses of ClassFileLocator.Resolution in net.bytebuddy.build
Methods in net.bytebuddy.build that return ClassFileLocator.ResolutionModifier and TypeMethodDescriptionLocates the class file for a given type and returns the binary data of the class file. -
Uses of ClassFileLocator.Resolution in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement ClassFileLocator.ResolutionModifier and TypeClassDescriptionstatic class
Represents a byte array as binary data.static class
A canonical representation of an illegal binary representation.Methods in net.bytebuddy.dynamic that return ClassFileLocator.ResolutionModifier and TypeMethodDescriptionLocates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.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.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.protected static ClassFileLocator.Resolution
ClassFileLocator.ForModule.locate
(JavaModule module, String typeName) Creates a resolution for a Java module's class files.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.Locates the class file for a given type and returns the binary data of the class file.