public final class AnnotatedSettingsImpl extends Object implements AnnotatedSettings
AnnotatedSettings.BuilderDEFAULT_SETTINGS| Modifier and Type | Method and Description |
|---|---|
<P> void |
applyToNode(ConfigTree mergeTo,
P pojo)
Applies the schema defined by
pojo to the given ConfigTree. |
ConfigBranch |
makeTree(Object pojo)
Creates a config tree based on the given argument.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderpublic ConfigBranch makeTree(Object pojo) throws FiberException
AnnotatedSettingsmakeTree in interface AnnotatedSettingspojo - The config schema.FiberException - If pojo cannot be parsed.public <P> void applyToNode(ConfigTree mergeTo, P pojo) throws FiberException
AnnotatedSettingspojo to the given ConfigTree.applyToNode in interface AnnotatedSettingsP - The type of the pojo.mergeTo - The config tree.pojo - The config schema.FiberException - If pojo cannot be parsed.