| java.lang.Object | |
| ↳ | org.mybatis.generator.api.dom.OutputUtilities |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
returns a unique set of "import xxx;" Strings for the set of types
| |||||||||||
Utility method that indents the buffer by the default amount for Java
(four spaces per indent level).
| |||||||||||
Utility method.
| |||||||||||
Utility method that indents the buffer by the default amount for XML (two
spaces per indent level).
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
returns a unique set of "import xxx;" Strings for the set of types
Utility method that indents the buffer by the default amount for Java (four spaces per indent level).
| sb | a StringBuilder to append to |
|---|---|
| indentLevel | the required indent level |
Utility method. Adds a newline character to a StringBuilder.
| sb | the StringBuilder to be appended to |
|---|
Utility method that indents the buffer by the default amount for XML (two spaces per indent level).
| sb | a StringBuilder to append to |
|---|---|
| indentLevel | the required indent level |