Class ModelRepresenter.RepresentXpp3Dom

  • All Implemented Interfaces:
    org.yaml.snakeyaml.representer.Represent
    Enclosing class:
    ModelRepresenter

    private class ModelRepresenter.RepresentXpp3Dom
    extends java.lang.Object
    implements org.yaml.snakeyaml.representer.Represent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String ATTRIBUTE_PREFIX  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RepresentXpp3Dom()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ATTRIBUTE_PREFIX

        private static final java.lang.String ATTRIBUTE_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • RepresentXpp3Dom

        private RepresentXpp3Dom()
    • Method Detail

      • representData

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

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

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