public class AnnotatedSettings
extends java.lang.Object
| Constructor and Description |
|---|
AnnotatedSettings() |
| Modifier and Type | Method and Description |
|---|---|
static <P> void |
applyToNode(ConfigTreeBuilder mergeTo,
P pojo) |
static ConfigBranch |
asNode(java.lang.Object pojo) |
static <T> java.lang.Class<T> |
wrapPrimitive(java.lang.Class<T> type) |
public static ConfigBranch asNode(java.lang.Object pojo) throws FiberException
FiberExceptionpublic static <P> void applyToNode(ConfigTreeBuilder mergeTo, P pojo) throws FiberException
FiberExceptionpublic static <T> java.lang.Class<T> wrapPrimitive(java.lang.Class<T> type)