Class StaticXmlMapping

java.lang.Object
net.officefloor.plugin.xml.marshall.tree.StaticXmlMapping
All Implemented Interfaces:
XmlMapping, XmlWriter

public class StaticXmlMapping extends Object implements XmlMapping, XmlWriter
Provides static mapping.
Author:
Daniel Sagenschneider
  • Field Details

    • xmlSnippet

      protected final String xmlSnippet
      Static XML snippet for this mapping.
  • Constructor Details

    • StaticXmlMapping

      public StaticXmlMapping(String xmlSnippet)
      Initiate with the static XML snippet.
      Parameters:
      xmlSnippet - Static XML snippet.
  • Method Details