public abstract static class ConfigModel.Node extends ConfigModel.Property
annotations, xmlName
Constructor and Description |
---|
Node(ConfigModel model,
String xmlName) |
Modifier and Type | Method and Description |
---|---|
ConfigModel |
getModel()
Returns the config model for this Node
|
boolean |
isLeaf() |
protected Dom |
toDom(Object arg)
Coerce the given type to
Dom . |
get, getAnnotations, isCollection, set, xmlName
public Node(ConfigModel model, String xmlName)
public boolean isLeaf()
isLeaf
in class ConfigModel.Property
public ConfigModel getModel()
protected final Dom toDom(Object arg)
Dom
.
Only handles those types that are valid to the ConfigModel.Property.set(Dom, Object)
method.Copyright © 2019. All rights reserved.