Uses of Class
net.bytebuddy.dynamic.ClassFileLocator.MultiReleaseAware
Packages that use ClassFileLocator.MultiReleaseAware
Package
Description
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.MultiReleaseAware in net.bytebuddy.dynamic
Subclasses of ClassFileLocator.MultiReleaseAware in net.bytebuddy.dynamicModifier and TypeClassDescriptionstatic class
A class file locator that finds files from a standardized Java folder structure with folders donating packages and class files being saved as<classname>.class
files within their package folder.static class
A class file locator that locates classes within a Java jar file.