public class ConfigValidatingCodegenPreprocessor extends java.lang.Object implements CodegenPreprocessor
ConfigRoot
and makes sure that each node has a type. If at least one node remains
typeless after pre-processing, then an exception is thrown.Constructor and Description |
---|
ConfigValidatingCodegenPreprocessor() |
Modifier and Type | Method and Description |
---|---|
ConfigRoot |
preprocessConfig(ConfigRoot configRoot)
It is recommended that implementations of this method should return
re-factored versions of the referenced configRoot.
|
public ConfigRoot preprocessConfig(ConfigRoot configRoot)
CodegenPreprocessor
preprocessConfig
in interface CodegenPreprocessor