public class Config extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.CodeStructure |
static class |
Config.Prefix |
static class |
Config.Suffix |
| Constructor and Description |
|---|
Config(Boolean uppercaseEnums,
Config.Prefix prefixStrategy,
Config.Suffix suffixStrategy,
Boolean alwaysPreserveUnknownFields,
Boolean objectExtraAnnotations,
Config.CodeStructure structure,
Boolean generatedAnnotations,
Map<String,String> packageOverrides) |
| Modifier and Type | Method and Description |
|---|---|
Config.CodeStructure |
getCodeStructure() |
Map<String,String> |
getPackageOverrides() |
Config.Prefix |
getPrefixStrategy() |
Config.Suffix |
getSuffixStrategy() |
boolean |
isAlwaysPreserveUnknownFields() |
boolean |
isGeneratedAnnotations() |
boolean |
isObjectExtraAnnotations() |
boolean |
isUppercaseEnums() |
public Config(Boolean uppercaseEnums, Config.Prefix prefixStrategy, Config.Suffix suffixStrategy, Boolean alwaysPreserveUnknownFields, Boolean objectExtraAnnotations, Config.CodeStructure structure, Boolean generatedAnnotations, Map<String,String> packageOverrides)
public boolean isUppercaseEnums()
public Config.Prefix getPrefixStrategy()
public Config.Suffix getSuffixStrategy()
public boolean isAlwaysPreserveUnknownFields()
public boolean isObjectExtraAnnotations()
public Config.CodeStructure getCodeStructure()
public boolean isGeneratedAnnotations()
Copyright © 2015–2023 Red Hat. All rights reserved.