Uses of Class
net.bytebuddy.dynamic.loading.InjectionClassLoader
Packages that use InjectionClassLoader
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of InjectionClassLoader in net.bytebuddy.dynamic.loading
Subclasses of InjectionClassLoader in net.bytebuddy.dynamic.loadingModifier and TypeClassDescriptionclassAClassLoaderthat is capable of loading explicitly defined classes.static classAByteArrayClassLoaderwhich applies child-first semantics for the given type definitions.classThisClassLoaderis capable of loading classes from multiple parents.Methods in net.bytebuddy.dynamic.loading with parameters of type InjectionClassLoaderModifier and TypeMethodDescriptionMap<TypeDescription, Class<?>> InjectionClassLoader.Strategy.load(InjectionClassLoader classLoader, Map<TypeDescription, byte[]> types) Loads a given collection of classes given their binary representation.