Interface | Description |
---|---|
ClassLoaderSource |
Interface for objects that provide a reference to a classloader.
|
Translatable |
An interface representing class loader like senamics used in the aop
layer.
|
Translator |
An interface for transforming byte code before Class creation.
|
Class | Description |
---|---|
ConstructorTCCLClassLoaderSource |
ClassLoaderSource implementation that returns the
thread context classloader (TCCL)
in effect when this class' constructor is invoked. |
ContextClassLoader |
A helper for context classloading.
|
ContextClassLoaderSwitcher |
A helper for context classloading switching.
|
DelegatingClassLoader |
A URL classloader that delegates to its parent, avoiding
synchronization.
|
MyClassLoaderClassLoaderSource |
ClassLoaderSource implementation that returns the ClassLoader
that loaded this class. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.