Class ModelRepresenter.RepresentXpp3Dom

java.lang.Object
org.sonatype.maven.polyglot.yaml.ModelRepresenter.RepresentXpp3Dom
All Implemented Interfaces:
org.yaml.snakeyaml.representer.Represent
Enclosing class:
ModelRepresenter

private class ModelRepresenter.RepresentXpp3Dom extends Object implements org.yaml.snakeyaml.representer.Represent
  • Field Details

  • Constructor Details

    • RepresentXpp3Dom

      private RepresentXpp3Dom()
  • Method Details

    • representData

      public org.yaml.snakeyaml.nodes.Node representData(Object data)
      Specified by:
      representData in interface org.yaml.snakeyaml.representer.Represent
    • toMap

      private Map<String,Object> toMap(org.codehaus.plexus.util.xml.Xpp3Dom node)
    • toList

      private List<Object> toList(org.codehaus.plexus.util.xml.Xpp3Dom node, String childName)