public final class Setting extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addClassPoolAlias(Class<?>... classes)
Adds the provided
classes to the class
alias pool. |
static void |
enableConfigMessageBean()
Enables the configuration message bean (MBean).
|
static void |
yamlLogging(boolean state)
Sets logging for all incoming and outgoing
YAML messages to the provided
state . |
public static void yamlLogging(boolean state)
state
.state
- to set loggingpublic static void enableConfigMessageBean()
public static void addClassPoolAlias(@NotNull Class<?>... classes)
classes
to the class
alias pool. Added classes can be referenced with
their Class.getSimpleName()
rather than their
Class.getName()
classes
- to add to the alias class poolCopyright © 2021. All rights reserved.