public static interface ClassLoaderDecorator.Factory
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassLoaderDecorator.Factory.NoOp
A no-operation factory that creates no-operation class loader decorators.
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderDecorator |
make(ClassLoader classLoader,
Map<String,byte[]> typeDefinitions)
Creates a class loader decorator for the given class loader and type definitions.
|
ClassLoaderDecorator make(@MaybeNull ClassLoader classLoader, Map<String,byte[]> typeDefinitions)
classLoader - The class loader to decorate or null if the bootstrap class loader is used.typeDefinitions - A map of type names to their binary representations for types being loaded.Copyright © 2014–2025. All rights reserved.