Class XmlFormat

java.lang.Object
overit.geocall.model.format.JsonFormat
overit.geocall.model.format.XmlFormat
All Implemented Interfaces:
Serializable, DocumentFormat

@Component @Qualifier("xml") public class XmlFormat extends JsonFormat
XmlFormat is a mapper for Xml
See Also:
  • Constructor Details

    • XmlFormat

      public XmlFormat(boolean declaration)
      Creates a new XmlFormat
      Parameters:
      declaration - Boolean value indicating if decalaration is abilitated
  • Method Details