public class AnnotatedSettings
extends java.lang.Object
| Constructor and Description |
|---|
AnnotatedSettings() |
| Modifier and Type | Method and Description |
|---|---|
static <P> void |
applyToNode(Node mergeTo,
P pojo) |
static <P> ConfigNode |
asNode(P pojo) |
static <N extends Node,P> |
asNode(P pojo,
java.util.function.Supplier<N> nodeSupplier) |
static <T> java.lang.Class<T> |
wrapPrimitive(java.lang.Class<T> type) |
public static <P> ConfigNode asNode(P pojo) throws FiberException
FiberExceptionpublic static <N extends Node,P> N asNode(P pojo, java.util.function.Supplier<N> nodeSupplier) throws FiberException
FiberExceptionpublic static <P> void applyToNode(Node mergeTo, P pojo) throws FiberException
FiberExceptionpublic static <T> java.lang.Class<T> wrapPrimitive(java.lang.Class<T> type)