| Package | Description |
|---|---|
| net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassLoaderDecorator.NoOp
A no-operation implementation of a class loader decorator that always returns the same class loader
without applying any decoration.
|
class |
ModuleLayerFromSingleClassLoaderDecorator
A simple implementation of a
ClassLoaderDecorator that creates module layers for dynamically
generated types using the Java Module System. |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderDecorator |
ModuleLayerFromSingleClassLoaderDecorator.Factory.make(ClassLoader classLoader,
Map<String,byte[]> typeDefinitions)
Creates a class loader decorator for the given class loader and type definitions.
|
ClassLoaderDecorator |
ClassLoaderDecorator.Factory.make(ClassLoader classLoader,
Map<String,byte[]> typeDefinitions)
Creates a class loader decorator for the given class loader and type definitions.
|
ClassLoaderDecorator |
ClassLoaderDecorator.Factory.NoOp.make(ClassLoader classLoader,
Map<String,byte[]> typeDefinitions)
Creates a class loader decorator for the given class loader and type definitions.
|
Copyright © 2014–2025. All rights reserved.