public class JoddCore
extends java.lang.Object
| Constructor and Description |
|---|
JoddCore() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderStrategy |
classLoaderStrategy()
Returns the classloader strategy implementation.
|
JoddCore |
classLoaderStrategy(ClassLoaderStrategy classLoaderStrategy)
Defines classloader strategy implementation.
|
JoddCoreDefaults |
defaults()
Returns defaults module configuration.
|
static JoddCore |
get()
Returns the module instance.
|
TypeCache.Implementation |
typeCacheImplementation()
Returns default type cache implementation variant.
|
void |
typeCacheImplementation(TypeCache.Implementation typeCacheImplementation)
Sets default type cache implementation.
|
public static JoddCore get()
public JoddCoreDefaults defaults()
public ClassLoaderStrategy classLoaderStrategy()
public JoddCore classLoaderStrategy(ClassLoaderStrategy classLoaderStrategy)
public TypeCache.Implementation typeCacheImplementation()
public void typeCacheImplementation(TypeCache.Implementation typeCacheImplementation)
Copyright © 2003-present Jodd Team