Package org.jvnet.hk2.config
Class ConfigModel.Node
java.lang.Object
org.jvnet.hk2.config.ConfigModel.Property
org.jvnet.hk2.config.ConfigModel.Node
- Enclosing class:
ConfigModel
-
Field Summary
Fields inherited from class org.jvnet.hk2.config.ConfigModel.Property
annotations, xmlName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jvnet.hk2.config.ConfigModel.Property
get, getAnnotations, isCollection, set, xmlName
-
Constructor Details
-
Node
-
-
Method Details
-
isLeaf
public boolean isLeaf()- Specified by:
isLeafin classConfigModel.Property
-
getModel
Returns the config model for this Node- Returns:
-
toDom
Coerce the given type toDom. Only handles those types that are valid to theConfigModel.Property.set(Dom, Object)method.
-