io.github.nichetoolkit.rest.constant.XmlConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-toolkit-utils Show documentation
Show all versions of rest-toolkit-utils Show documentation
Rest toolkit utils project for Spring Boot
package io.github.nichetoolkit.rest.constant;
/**
* XmlConstants
* @author Cyan ([email protected])
* @version v1.0.0
*/
public interface XmlConstants {
String XML_HEADERS_KEY = "com.sun.xml.internal.bind.xmlHeaders";
String XML_HEADERS_VALUE = "";
String XML_DECLARATION = "com.sun.xml.internal.bind.xmlDeclaration";
}