Uses of Interface
org.mybatis.generator.api.XmlFormatter
Packages that use XmlFormatter
Package
Description
-
Uses of XmlFormatter in org.mybatis.generator.api
Constructors in org.mybatis.generator.api with parameters of type XmlFormatterModifierConstructorDescriptionGeneratedXmlFile(Document document, String fileName, String targetPackage, String targetProject, boolean isMergeable, XmlFormatter xmlFormatter) -
Uses of XmlFormatter in org.mybatis.generator.api.dom
Classes in org.mybatis.generator.api.dom that implement XmlFormatterModifier and TypeClassDescriptionclassThis class is the default formatter for generated XML. -
Uses of XmlFormatter in org.mybatis.generator.config
Methods in org.mybatis.generator.config that return XmlFormatter -
Uses of XmlFormatter in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal that return XmlFormatterModifier and TypeMethodDescriptionstatic XmlFormatterObjectFactory.createXmlFormatter(Context context)