private class ModelRepresenter.RepresentXpp3Dom
extends java.lang.Object
implements org.yaml.snakeyaml.representer.Represent
Modifier | Constructor and Description |
---|---|
private |
RepresentXpp3Dom() |
Modifier and Type | Method and Description |
---|---|
org.yaml.snakeyaml.nodes.Node |
representData(java.lang.Object data) |
private java.util.List<java.lang.Object> |
toList(org.codehaus.plexus.util.xml.Xpp3Dom node,
java.lang.String childName) |
private java.util.Map<java.lang.String,java.lang.Object> |
toMap(org.codehaus.plexus.util.xml.Xpp3Dom node) |
public org.yaml.snakeyaml.nodes.Node representData(java.lang.Object data)
representData
in interface org.yaml.snakeyaml.representer.Represent
private java.util.Map<java.lang.String,java.lang.Object> toMap(org.codehaus.plexus.util.xml.Xpp3Dom node)
private java.util.List<java.lang.Object> toList(org.codehaus.plexus.util.xml.Xpp3Dom node, java.lang.String childName)