public class CodegenPrimitivesDictionaryUtil
extends java.lang.Object
Constructor and Description |
---|
CodegenPrimitivesDictionaryUtil() |
Modifier and Type | Method and Description |
---|---|
static RegexMap<java.lang.Boolean> |
createCommonPrimitivesDictionary()
Creates a dictionary containing regular expressions for identifying
primitive data types common to most programming languages
|
static RegexMap<java.lang.Boolean> |
createJavaPrimitivesDictionary()
Creates a dictionary containing regular expressions aimed specifically at
identifying Java primitive types as well as their object counterparts
|
static RegexMap<java.lang.Boolean> |
createMySqlPrimitivesDictionary()
Creates a dictionary containing regular expressions aimed specifically at
identifying MySQL data types
|
public static RegexMap<java.lang.Boolean> createCommonPrimitivesDictionary()
public static RegexMap<java.lang.Boolean> createJavaPrimitivesDictionary()
public static RegexMap<java.lang.Boolean> createMySqlPrimitivesDictionary()