Uses of Class
net.bytebuddy.dynamic.loading.InjectionClassLoader
-
Packages that use InjectionClassLoader Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays. -
-
Uses of InjectionClassLoader in net.bytebuddy.dynamic.loading
Subclasses of InjectionClassLoader in net.bytebuddy.dynamic.loading Modifier and Type Class Description class
ByteArrayClassLoader
AClassLoader
that is capable of loading explicitly defined classes.static class
ByteArrayClassLoader.ChildFirst
AByteArrayClassLoader
which applies child-first semantics for the given type definitions.class
MultipleParentClassLoader
ThisClassLoader
is capable of loading classes from multiple parents.Methods in net.bytebuddy.dynamic.loading with parameters of type InjectionClassLoader Modifier and Type Method Description java.util.Map<TypeDescription,java.lang.Class<?>>
InjectionClassLoader.Strategy. load(InjectionClassLoader classLoader, java.util.Map<TypeDescription,byte[]> types)
Loads a given collection of classes given their binary representation.
-