Package | Description |
---|---|
fx.codegen.preprocessor.stock |
Modifier and Type | Class and Description |
---|---|
class |
DictionaryCollectionResolvingCodegenPreprocessor
Looks up node names into the collections dictionary and sets the isCollection
property accordingly.
|
class |
DictionaryPrimitiveResolvingCodegenPreprocessor
This preprocessor looks at the type names of entities and sets the
"primitive" flag for those entities for which the type name is found in the
given primitives dictionary
|
class |
DictionaryTypeResolvingCodegenPreprocessor
Attempts to resolve the types of type-less attributes by looking up their
names in a REGEX dictionary.
|
class |
DictionaryUniqueKeyResolvingCodegenPreprocessor
Looks up node names into the collections dictionary and sets the isCollection
property accordingly.
|