| Package | Description |
|---|---|
| fx.codegen.preprocessor.stock | |
| fx.codegen.preprocessor.stock.base | |
| fx.codegen.preprocessor.stock.refactoringconsumers.typnamesrefactoringconsumers | |
| fx.codegen.util | |
| fx.modules.collections | |
| fx.modules.collections.util |
Provides utility classes for the
fx.modules.collections package |
| Constructor and Description |
|---|
DictionaryCollectionResolvingCodegenPreprocessor(RegexMap<java.lang.Boolean> dictionary) |
DictionaryPrimitiveResolvingCodegenPreprocessor(RegexMap<java.lang.Boolean> dictionary) |
DictionaryTypeResolvingCodegenPreprocessor(RegexMap<java.lang.String> dictionary) |
DictionaryUniqueKeyResolvingCodegenPreprocessor(RegexMap<java.lang.Boolean> dictionary) |
| Modifier and Type | Method and Description |
|---|---|
RegexMap<T> |
DictionaryProcessorBase.getDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryProcessorBase.setDictionary(RegexMap<T> dictionary) |
| Constructor and Description |
|---|
DictionaryProcessorBase(RegexMap<T> dictionary) |
| Modifier and Type | Method and Description |
|---|---|
RegexMap<java.lang.String> |
LanguagePrimitivesDictionaryConfigNodeTypeRefactoringConsumer.getDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
LanguagePrimitivesDictionaryConfigNodeTypeRefactoringConsumer.setDictionary(RegexMap<java.lang.String> dictionary) |
| Modifier and Type | Method and Description |
|---|---|
static RegexMap<java.lang.Boolean> |
CodegenPrimitivesDictionaryUtil.createCommonPrimitivesDictionary()
Creates a dictionary containing regular expressions for identifying
primitive data types common to most programming languages
|
static RegexMap<java.lang.Boolean> |
CodegenPrimitivesDictionaryUtil.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> |
CodegenPrimitivesDictionaryUtil.createMySqlPrimitivesDictionary()
Creates a dictionary containing regular expressions aimed specifically at
identifying MySQL data types
|
| Modifier and Type | Method and Description |
|---|---|
static CodegenBundleBuilder |
CodegenBundleBuilderUtil.createBuilderWithDefaultPreprocessing(RegexMap<java.lang.String> typesDictionary,
RegexMap<java.lang.Boolean> primitivesDictionary,
RegexMap<java.lang.Boolean> collectionsDictionary,
RegexMap<java.lang.Boolean> uniqueKeysDictionary) |
static CodegenBundleBuilder |
CodegenBundleBuilderUtil.createBuilderWithDefaultPreprocessing(RegexMap<java.lang.String> typesDictionary,
RegexMap<java.lang.Boolean> primitivesDictionary,
RegexMap<java.lang.Boolean> collectionsDictionary,
RegexMap<java.lang.Boolean> uniqueKeysDictionary) |
static CodegenBundleBuilder |
CodegenBundleBuilderUtil.createBuilderWithDefaultPreprocessing(RegexMap<java.lang.String> typesDictionary,
RegexMap<java.lang.Boolean> primitivesDictionary,
RegexMap<java.lang.Boolean> collectionsDictionary,
RegexMap<java.lang.Boolean> uniqueKeysDictionary) |
static CodegenBundleBuilder |
CodegenBundleBuilderUtil.createBuilderWithDefaultPreprocessing(RegexMap<java.lang.String> typesDictionary,
RegexMap<java.lang.Boolean> primitivesDictionary,
RegexMap<java.lang.Boolean> collectionsDictionary,
RegexMap<java.lang.Boolean> uniqueKeysDictionary) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveRegexMap<T>
Subclass of
HashMap for which the get() method is
overwritten to do a REGEX lookup. |
| Modifier and Type | Method and Description |
|---|---|
static <T> RegexMap<T> |
RegexMapUtil.loadFromPropertiesFile(java.lang.String filePathName,
java.lang.Class<T> tClass,
boolean caseSensitive)
Creates a new
RegexMap with the
contents of the property file at the given path |