| |
|
| java.lang.Object com.avaje.util.codegen.GenerateConfiguration
GenerateConfiguration | public class GenerateConfiguration (Code) | | |
dictionaryInfo | DictionaryInfo dictionaryInfo(Code) | | |
generatedPropertySettings | GeneratedPropertySettings generatedPropertySettings(Code) | | |
namingConvention | NamingConvention namingConvention(Code) | | |
properties | PluginProperties properties(Code) | | |
withAnnotations | boolean withAnnotations(Code) | | |
writeMode | boolean writeMode(Code) | | |
GenerateConfiguration | public GenerateConfiguration(Plugin plugin)(Code) | | |
getDictionaryInfo | public DictionaryInfo getDictionaryInfo()(Code) | | |
getGeneratedPropertySettings | public GeneratedPropertySettings getGeneratedPropertySettings()(Code) | | |
getNamingConvention | public NamingConvention getNamingConvention()(Code) | | |
isWithAnnotations | public boolean isWithAnnotations()(Code) | | |
isWriteMode | public boolean isWriteMode()(Code) | | |
reservedWords | public void reservedWords(Map wordMapping)(Code) | | Merge wordMapping into the reserved words mapping.
|
setWithAnnotations | public void setWithAnnotations(boolean withAnnotations)(Code) | | |
|
|
|