Uses of Interface
org.mybatis.generator.api.XmlFormatter

Packages that use XmlFormatter
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.api.dom   
org.mybatis.generator.config   
org.mybatis.generator.internal   
 

Uses of XmlFormatter in org.mybatis.generator.api
 

Constructors in org.mybatis.generator.api with parameters of type XmlFormatter
GeneratedXmlFile(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 XmlFormatter
 class DefaultXmlFormatter
          This 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
 XmlFormatter Context.getXmlFormatter()
           
 

Uses of XmlFormatter in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal that return XmlFormatter
static XmlFormatter ObjectFactory.createXmlFormatter(Context context)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.