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 bybytearrays. -
-
Uses of InjectionClassLoader in net.bytebuddy.dynamic.loading
Subclasses of InjectionClassLoader in net.bytebuddy.dynamic.loading Modifier and Type Class Description classByteArrayClassLoaderAClassLoaderthat is capable of loading explicitly defined classes.static classByteArrayClassLoader.ChildFirstAByteArrayClassLoaderwhich applies child-first semantics for the given type definitions.classMultipleParentClassLoaderThisClassLoaderis capable of loading classes from multiple parents.Methods in net.bytebuddy.dynamic.loading with parameters of type InjectionClassLoader Modifier and Type Method Description Map<TypeDescription,Class<?>>InjectionClassLoader.Strategy. load(InjectionClassLoader classLoader, Map<TypeDescription,byte[]> types)Loads a given collection of classes given their binary representation.
-