Package io.swagger.codegen
Class CodegenConstants
- java.lang.Object
-
- io.swagger.codegen.CodegenConstants
-
public class CodegenConstants extends Object
A class for storing constants that are used throughout the project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CodegenConstants.ENUM_PROPERTY_NAMING_TYPE
static class
CodegenConstants.MODEL_PROPERTY_NAMING_TYPE
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CodegenConstants()
-
-
-
Field Detail
-
APIS
public static final String APIS
- See Also:
- Constant Field Values
-
MODELS
public static final String MODELS
- See Also:
- Constant Field Values
-
SUPPORTING_FILES
public static final String SUPPORTING_FILES
- See Also:
- Constant Field Values
-
MODEL_TESTS
public static final String MODEL_TESTS
- See Also:
- Constant Field Values
-
MODEL_DOCS
public static final String MODEL_DOCS
- See Also:
- Constant Field Values
-
API_TESTS
public static final String API_TESTS
- See Also:
- Constant Field Values
-
API_DOCS
public static final String API_DOCS
- See Also:
- Constant Field Values
-
WITH_XML
public static final String WITH_XML
- See Also:
- Constant Field Values
-
API_PACKAGE
public static final String API_PACKAGE
- See Also:
- Constant Field Values
-
API_PACKAGE_DESC
public static final String API_PACKAGE_DESC
- See Also:
- Constant Field Values
-
MODEL_PACKAGE
public static final String MODEL_PACKAGE
- See Also:
- Constant Field Values
-
MODEL_PACKAGE_DESC
public static final String MODEL_PACKAGE_DESC
- See Also:
- Constant Field Values
-
TEMPLATE_DIR
public static final String TEMPLATE_DIR
- See Also:
- Constant Field Values
-
ALLOW_UNICODE_IDENTIFIERS
public static final String ALLOW_UNICODE_IDENTIFIERS
- See Also:
- Constant Field Values
-
ALLOW_UNICODE_IDENTIFIERS_DESC
public static final String ALLOW_UNICODE_IDENTIFIERS_DESC
- See Also:
- Constant Field Values
-
INVOKER_PACKAGE
public static final String INVOKER_PACKAGE
- See Also:
- Constant Field Values
-
INVOKER_PACKAGE_DESC
public static final String INVOKER_PACKAGE_DESC
- See Also:
- Constant Field Values
-
PHP_INVOKER_PACKAGE
public static final String PHP_INVOKER_PACKAGE
- See Also:
- Constant Field Values
-
PHP_INVOKER_PACKAGE_DESC
public static final String PHP_INVOKER_PACKAGE_DESC
- See Also:
- Constant Field Values
-
PERL_MODULE_NAME
public static final String PERL_MODULE_NAME
- See Also:
- Constant Field Values
-
PERL_MODULE_NAME_DESC
public static final String PERL_MODULE_NAME_DESC
- See Also:
- Constant Field Values
-
PYTHON_PACKAGE_NAME
public static final String PYTHON_PACKAGE_NAME
- See Also:
- Constant Field Values
-
PYTHON_PACKAGE_NAME_DESC
public static final String PYTHON_PACKAGE_NAME_DESC
- See Also:
- Constant Field Values
-
GROUP_ID
public static final String GROUP_ID
- See Also:
- Constant Field Values
-
GROUP_ID_DESC
public static final String GROUP_ID_DESC
- See Also:
- Constant Field Values
-
ARTIFACT_ID
public static final String ARTIFACT_ID
- See Also:
- Constant Field Values
-
ARTIFACT_ID_DESC
public static final String ARTIFACT_ID_DESC
- See Also:
- Constant Field Values
-
ARTIFACT_VERSION
public static final String ARTIFACT_VERSION
- See Also:
- Constant Field Values
-
ARTIFACT_VERSION_DESC
public static final String ARTIFACT_VERSION_DESC
- See Also:
- Constant Field Values
-
ARTIFACT_URL
public static final String ARTIFACT_URL
- See Also:
- Constant Field Values
-
ARTIFACT_URL_DESC
public static final String ARTIFACT_URL_DESC
- See Also:
- Constant Field Values
-
ARTIFACT_DESCRIPTION
public static final String ARTIFACT_DESCRIPTION
- See Also:
- Constant Field Values
-
ARTIFACT_DESCRIPTION_DESC
public static final String ARTIFACT_DESCRIPTION_DESC
- See Also:
- Constant Field Values
-
SCM_CONNECTION
public static final String SCM_CONNECTION
- See Also:
- Constant Field Values
-
SCM_CONNECTION_DESC
public static final String SCM_CONNECTION_DESC
- See Also:
- Constant Field Values
-
SCM_DEVELOPER_CONNECTION
public static final String SCM_DEVELOPER_CONNECTION
- See Also:
- Constant Field Values
-
SCM_DEVELOPER_CONNECTION_DESC
public static final String SCM_DEVELOPER_CONNECTION_DESC
- See Also:
- Constant Field Values
-
SCM_URL
public static final String SCM_URL
- See Also:
- Constant Field Values
-
SCM_URL_DESC
public static final String SCM_URL_DESC
- See Also:
- Constant Field Values
-
DEVELOPER_NAME
public static final String DEVELOPER_NAME
- See Also:
- Constant Field Values
-
DEVELOPER_NAME_DESC
public static final String DEVELOPER_NAME_DESC
- See Also:
- Constant Field Values
-
DEVELOPER_EMAIL
public static final String DEVELOPER_EMAIL
- See Also:
- Constant Field Values
-
DEVELOPER_EMAIL_DESC
public static final String DEVELOPER_EMAIL_DESC
- See Also:
- Constant Field Values
-
DEVELOPER_ORGANIZATION
public static final String DEVELOPER_ORGANIZATION
- See Also:
- Constant Field Values
-
DEVELOPER_ORGANIZATION_DESC
public static final String DEVELOPER_ORGANIZATION_DESC
- See Also:
- Constant Field Values
-
DEVELOPER_ORGANIZATION_URL
public static final String DEVELOPER_ORGANIZATION_URL
- See Also:
- Constant Field Values
-
DEVELOPER_ORGANIZATION_URL_DESC
public static final String DEVELOPER_ORGANIZATION_URL_DESC
- See Also:
- Constant Field Values
-
LICENSE_NAME
public static final String LICENSE_NAME
- See Also:
- Constant Field Values
-
LICENSE_NAME_DESC
public static final String LICENSE_NAME_DESC
- See Also:
- Constant Field Values
-
LICENSE_URL
public static final String LICENSE_URL
- See Also:
- Constant Field Values
-
LICENSE_URL_DESC
public static final String LICENSE_URL_DESC
- See Also:
- Constant Field Values
-
SOURCE_FOLDER
public static final String SOURCE_FOLDER
- See Also:
- Constant Field Values
-
SOURCE_FOLDER_DESC
public static final String SOURCE_FOLDER_DESC
- See Also:
- Constant Field Values
-
IMPL_FOLDER
public static final String IMPL_FOLDER
- See Also:
- Constant Field Values
-
IMPL_FOLDER_DESC
public static final String IMPL_FOLDER_DESC
- See Also:
- Constant Field Values
-
LOCAL_VARIABLE_PREFIX
public static final String LOCAL_VARIABLE_PREFIX
- See Also:
- Constant Field Values
-
LOCAL_VARIABLE_PREFIX_DESC
public static final String LOCAL_VARIABLE_PREFIX_DESC
- See Also:
- Constant Field Values
-
SERIALIZABLE_MODEL
public static final String SERIALIZABLE_MODEL
- See Also:
- Constant Field Values
-
SERIALIZABLE_MODEL_DESC
public static final String SERIALIZABLE_MODEL_DESC
- See Also:
- Constant Field Values
-
SERIALIZE_BIG_DECIMAL_AS_STRING
public static final String SERIALIZE_BIG_DECIMAL_AS_STRING
- See Also:
- Constant Field Values
-
SERIALIZE_BIG_DECIMAL_AS_STRING_DESC
public static final String SERIALIZE_BIG_DECIMAL_AS_STRING_DESC
- See Also:
- Constant Field Values
-
LIBRARY
public static final String LIBRARY
- See Also:
- Constant Field Values
-
LIBRARY_DESC
public static final String LIBRARY_DESC
- See Also:
- Constant Field Values
-
SORT_PARAMS_BY_REQUIRED_FLAG
public static final String SORT_PARAMS_BY_REQUIRED_FLAG
- See Also:
- Constant Field Values
-
SORT_PARAMS_BY_REQUIRED_FLAG_DESC
public static final String SORT_PARAMS_BY_REQUIRED_FLAG_DESC
- See Also:
- Constant Field Values
-
USE_DATETIME_OFFSET
public static final String USE_DATETIME_OFFSET
- See Also:
- Constant Field Values
-
USE_DATETIME_OFFSET_DESC
public static final String USE_DATETIME_OFFSET_DESC
- See Also:
- Constant Field Values
-
ENSURE_UNIQUE_PARAMS
public static final String ENSURE_UNIQUE_PARAMS
- See Also:
- Constant Field Values
-
ENSURE_UNIQUE_PARAMS_DESC
public static final String ENSURE_UNIQUE_PARAMS_DESC
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
PACKAGE_NAME
public static final String PACKAGE_NAME
- See Also:
- Constant Field Values
-
PACKAGE_VERSION
public static final String PACKAGE_VERSION
- See Also:
- Constant Field Values
-
PACKAGE_TITLE
public static final String PACKAGE_TITLE
- See Also:
- Constant Field Values
-
PACKAGE_TITLE_DESC
public static final String PACKAGE_TITLE_DESC
- See Also:
- Constant Field Values
-
PACKAGE_PRODUCTNAME
public static final String PACKAGE_PRODUCTNAME
- See Also:
- Constant Field Values
-
PACKAGE_PRODUCTNAME_DESC
public static final String PACKAGE_PRODUCTNAME_DESC
- See Also:
- Constant Field Values
-
PACKAGE_DESCRIPTION
public static final String PACKAGE_DESCRIPTION
- See Also:
- Constant Field Values
-
PACKAGE_DESCRIPTION_DESC
public static final String PACKAGE_DESCRIPTION_DESC
- See Also:
- Constant Field Values
-
PACKAGE_COMPANY
public static final String PACKAGE_COMPANY
- See Also:
- Constant Field Values
-
PACKAGE_COMPANY_DESC
public static final String PACKAGE_COMPANY_DESC
- See Also:
- Constant Field Values
-
PACKAGE_AUTHORS
public static final String PACKAGE_AUTHORS
- See Also:
- Constant Field Values
-
PACKAGE_AUTHORS_DESC
public static final String PACKAGE_AUTHORS_DESC
- See Also:
- Constant Field Values
-
PACKAGE_COPYRIGHT
public static final String PACKAGE_COPYRIGHT
- See Also:
- Constant Field Values
-
PACKAGE_COPYRIGHT_DESC
public static final String PACKAGE_COPYRIGHT_DESC
- See Also:
- Constant Field Values
-
POD_VERSION
public static final String POD_VERSION
- See Also:
- Constant Field Values
-
OPTIONAL_METHOD_ARGUMENT
public static final String OPTIONAL_METHOD_ARGUMENT
- See Also:
- Constant Field Values
-
OPTIONAL_METHOD_ARGUMENT_DESC
public static final String OPTIONAL_METHOD_ARGUMENT_DESC
- See Also:
- Constant Field Values
-
OPTIONAL_ASSEMBLY_INFO
public static final String OPTIONAL_ASSEMBLY_INFO
- See Also:
- Constant Field Values
-
OPTIONAL_ASSEMBLY_INFO_DESC
public static final String OPTIONAL_ASSEMBLY_INFO_DESC
- See Also:
- Constant Field Values
-
NETCORE_PROJECT_FILE
public static final String NETCORE_PROJECT_FILE
- See Also:
- Constant Field Values
-
NETCORE_PROJECT_FILE_DESC
public static final String NETCORE_PROJECT_FILE_DESC
- See Also:
- Constant Field Values
-
USE_COLLECTION
public static final String USE_COLLECTION
- See Also:
- Constant Field Values
-
USE_COLLECTION_DESC
public static final String USE_COLLECTION_DESC
- See Also:
- Constant Field Values
-
INTERFACE_PREFIX
public static final String INTERFACE_PREFIX
- See Also:
- Constant Field Values
-
INTERFACE_PREFIX_DESC
public static final String INTERFACE_PREFIX_DESC
- See Also:
- Constant Field Values
-
RETURN_ICOLLECTION
public static final String RETURN_ICOLLECTION
- See Also:
- Constant Field Values
-
RETURN_ICOLLECTION_DESC
public static final String RETURN_ICOLLECTION_DESC
- See Also:
- Constant Field Values
-
OPTIONAL_PROJECT_FILE
public static final String OPTIONAL_PROJECT_FILE
- See Also:
- Constant Field Values
-
OPTIONAL_PROJECT_FILE_DESC
public static final String OPTIONAL_PROJECT_FILE_DESC
- See Also:
- Constant Field Values
-
OPTIONAL_PROJECT_GUID
public static final String OPTIONAL_PROJECT_GUID
- See Also:
- Constant Field Values
-
OPTIONAL_PROJECT_GUID_DESC
public static final String OPTIONAL_PROJECT_GUID_DESC
- See Also:
- Constant Field Values
-
MODEL_PROPERTY_NAMING
public static final String MODEL_PROPERTY_NAMING
- See Also:
- Constant Field Values
-
MODEL_PROPERTY_NAMING_DESC
public static final String MODEL_PROPERTY_NAMING_DESC
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK
public static final String DOTNET_FRAMEWORK
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_DESC
public static final String DOTNET_FRAMEWORK_DESC
- See Also:
- Constant Field Values
-
ENUM_PROPERTY_NAMING
public static final String ENUM_PROPERTY_NAMING
- See Also:
- Constant Field Values
-
ENUM_PROPERTY_NAMING_DESC
public static final String ENUM_PROPERTY_NAMING_DESC
- See Also:
- Constant Field Values
-
MODEL_NAME_PREFIX
public static final String MODEL_NAME_PREFIX
- See Also:
- Constant Field Values
-
MODEL_NAME_PREFIX_DESC
public static final String MODEL_NAME_PREFIX_DESC
- See Also:
- Constant Field Values
-
MODEL_NAME_SUFFIX
public static final String MODEL_NAME_SUFFIX
- See Also:
- Constant Field Values
-
MODEL_NAME_SUFFIX_DESC
public static final String MODEL_NAME_SUFFIX_DESC
- See Also:
- Constant Field Values
-
OPTIONAL_EMIT_DEFAULT_VALUES
public static final String OPTIONAL_EMIT_DEFAULT_VALUES
- See Also:
- Constant Field Values
-
OPTIONAL_EMIT_DEFAULT_VALUES_DESC
public static final String OPTIONAL_EMIT_DEFAULT_VALUES_DESC
- See Also:
- Constant Field Values
-
GIT_USER_ID
public static final String GIT_USER_ID
- See Also:
- Constant Field Values
-
GIT_USER_ID_DESC
public static final String GIT_USER_ID_DESC
- See Also:
- Constant Field Values
-
GIT_REPO_ID
public static final String GIT_REPO_ID
- See Also:
- Constant Field Values
-
GIT_REPO_ID_DESC
public static final String GIT_REPO_ID_DESC
- See Also:
- Constant Field Values
-
GIT_REPO_BASE_URL
public static final String GIT_REPO_BASE_URL
- See Also:
- Constant Field Values
-
GIT_REPO_BASE_URL_DESC
public static final String GIT_REPO_BASE_URL_DESC
- See Also:
- Constant Field Values
-
RELEASE_NOTE
public static final String RELEASE_NOTE
- See Also:
- Constant Field Values
-
RELEASE_NOTE_DESC
public static final String RELEASE_NOTE_DESC
- See Also:
- Constant Field Values
-
HTTP_USER_AGENT
public static final String HTTP_USER_AGENT
- See Also:
- Constant Field Values
-
HTTP_USER_AGENT_DESC
public static final String HTTP_USER_AGENT_DESC
- See Also:
- Constant Field Values
-
SUPPORTS_ES6
public static final String SUPPORTS_ES6
- See Also:
- Constant Field Values
-
SUPPORTS_ES6_DESC
public static final String SUPPORTS_ES6_DESC
- See Also:
- Constant Field Values
-
SUPPORTS_ASYNC
public static final String SUPPORTS_ASYNC
- See Also:
- Constant Field Values
-
SUPPORTS_ASYNC_DESC
public static final String SUPPORTS_ASYNC_DESC
- See Also:
- Constant Field Values
-
EXCLUDE_TESTS
public static final String EXCLUDE_TESTS
- See Also:
- Constant Field Values
-
EXCLUDE_TESTS_DESC
public static final String EXCLUDE_TESTS_DESC
- See Also:
- Constant Field Values
-
GENERATE_APIS
public static final String GENERATE_APIS
- See Also:
- Constant Field Values
-
GENERATE_API_DOCS
public static final String GENERATE_API_DOCS
- See Also:
- Constant Field Values
-
GENERATE_API_TESTS
public static final String GENERATE_API_TESTS
- See Also:
- Constant Field Values
-
GENERATE_API_TESTS_DESC
public static final String GENERATE_API_TESTS_DESC
- See Also:
- Constant Field Values
-
GENERATE_MODELS
public static final String GENERATE_MODELS
- See Also:
- Constant Field Values
-
GENERATE_MODEL_DOCS
public static final String GENERATE_MODEL_DOCS
- See Also:
- Constant Field Values
-
GENERATE_MODEL_TESTS
public static final String GENERATE_MODEL_TESTS
- See Also:
- Constant Field Values
-
GENERATE_MODEL_TESTS_DESC
public static final String GENERATE_MODEL_TESTS_DESC
- See Also:
- Constant Field Values
-
HIDE_GENERATION_TIMESTAMP
public static final String HIDE_GENERATION_TIMESTAMP
- See Also:
- Constant Field Values
-
HIDE_GENERATION_TIMESTAMP_DESC
public static final String HIDE_GENERATION_TIMESTAMP_DESC
- See Also:
- Constant Field Values
-
GENERATE_PROPERTY_CHANGED
public static final String GENERATE_PROPERTY_CHANGED
- See Also:
- Constant Field Values
-
GENERATE_PROPERTY_CHANGED_DESC
public static final String GENERATE_PROPERTY_CHANGED_DESC
- See Also:
- Constant Field Values
-
PRESERVE_COMMENT_NEWLINES
public static final String PRESERVE_COMMENT_NEWLINES
- See Also:
- Constant Field Values
-
NON_PUBLIC_API
public static final String NON_PUBLIC_API
- See Also:
- Constant Field Values
-
NON_PUBLIC_API_DESC
public static final String NON_PUBLIC_API_DESC
- See Also:
- Constant Field Values
-
VALIDATABLE
public static final String VALIDATABLE
- See Also:
- Constant Field Values
-
VALIDATABLE_DESC
public static final String VALIDATABLE_DESC
- See Also:
- Constant Field Values
-
IGNORE_FILE_OVERRIDE
public static final String IGNORE_FILE_OVERRIDE
- See Also:
- Constant Field Values
-
IGNORE_FILE_OVERRIDE_DESC
public static final String IGNORE_FILE_OVERRIDE_DESC
- See Also:
- Constant Field Values
-
REMOVE_OPERATION_ID_PREFIX
public static final String REMOVE_OPERATION_ID_PREFIX
- See Also:
- Constant Field Values
-
REMOVE_OPERATION_ID_PREFIX_DESC
public static final String REMOVE_OPERATION_ID_PREFIX_DESC
- See Also:
- Constant Field Values
-
STRIP_PACKAGE_NAME
public static final String STRIP_PACKAGE_NAME
- See Also:
- Constant Field Values
-
STRIP_PACKAGE_NAME_DESC
public static final String STRIP_PACKAGE_NAME_DESC
- See Also:
- Constant Field Values
-
ASP_NET_CORE_VERSION
public static final String ASP_NET_CORE_VERSION
- See Also:
- Constant Field Values
-
INTERFACE_ONLY
public static final String INTERFACE_ONLY
- See Also:
- Constant Field Values
-
INTERFACE_CONTROLLER
public static final String INTERFACE_CONTROLLER
- See Also:
- Constant Field Values
-
IGNORE_IMPORT_MAPPING_OPTION
public static final String IGNORE_IMPORT_MAPPING_OPTION
- See Also:
- Constant Field Values
-
-