See: Description
| Class | Description |
|---|---|
| ModuleDefinitionRepositoryUtils |
Encapsulate shared functionality between implementations of ModuleDefinitionRepository that can't be done using
inheritance
|
| ModuleDefinitionService |
A service that knows how to handle registration of new module definitions, be it through composition or
upload of actual 'bytecode'.
|
| ThreadContextClassLoaderSetterAdvice |
An advice that will set the
thread context ClassLoader to the
enclosing ApplicationContext's class loader before invocation and reset
it afterwards. |