Package | Description |
---|---|
fx.codegen.preprocessor.stock | |
fx.codegen.preprocessor.stock.base |
Modifier and Type | Class and Description |
---|---|
class |
ConjugatedNamesRefactoringCodegenPreprocessor |
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.
|
class |
ReferenceCountingCodegenPreprocessor
Computes the number of incoming and outgoing references for each
node in the
data model . |
class |
SelfReferenceComputingCodegenPreprocessor
If a given
node has a parent and if the
the parent's name
matches the name of the node's
type node , then the
self reference flag of
the node is set to true. |
class |
UniqueAttributeTypesCollectingCodegenPreprocessor
Runs through all children of every
node
in the configuration . |
Modifier and Type | Class and Description |
---|---|
class |
DictionaryProcessorBase<T>
Base class providing dictionary support for dictionary-based
CodegenPreprocessors |