Uses of Interface
net.bytebuddy.dynamic.loading.ClassLoaderDecorator
Packages that use ClassLoaderDecorator
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of ClassLoaderDecorator in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassLoaderDecoratorModifier and TypeClassDescriptionstatic classA no-operation implementation of a class loader decorator that always returns the same class loader without applying any decoration.classA simple implementation of aClassLoaderDecoratorthat creates module layers for dynamically generated types using the Java Module System.Methods in net.bytebuddy.dynamic.loading that return ClassLoaderDecoratorModifier and TypeMethodDescriptionClassLoaderDecorator.Factory.make(ClassLoader classLoader, Map<String, byte[]> typeDefinitions) Creates a class loader decorator for the given class loader and type definitions.ClassLoaderDecorator.Factory.NoOp.make(ClassLoader classLoader, Map<String, byte[]> typeDefinitions) Creates a class loader decorator for the given class loader and type definitions.ModuleLayerFromSingleClassLoaderDecorator.Factory.make(ClassLoader classLoader, Map<String, byte[]> typeDefinitions) Creates a class loader decorator for the given class loader and type definitions.