Package io.swagger.codegen.languages
Class KotlinServerCodegen.Constants
- java.lang.Object
-
- io.swagger.codegen.languages.KotlinServerCodegen.Constants
-
- Enclosing class:
- KotlinServerCodegen
public static class KotlinServerCodegen.Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOMATIC_HEAD_REQUESTS
static String
AUTOMATIC_HEAD_REQUESTS_DESC
static String
COMPRESSION
static String
COMPRESSION_DESC
static String
CONDITIONAL_HEADERS
static String
CONDITIONAL_HEADERS_DESC
static String
CORS
static String
CORS_DESC
static String
HSTS
static String
HSTS_DESC
static String
KTOR
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
KTOR
public static final String KTOR
- See Also:
- Constant Field Values
-
AUTOMATIC_HEAD_REQUESTS
public static final String AUTOMATIC_HEAD_REQUESTS
- See Also:
- Constant Field Values
-
AUTOMATIC_HEAD_REQUESTS_DESC
public static final String AUTOMATIC_HEAD_REQUESTS_DESC
- See Also:
- Constant Field Values
-
CONDITIONAL_HEADERS
public static final String CONDITIONAL_HEADERS
- See Also:
- Constant Field Values
-
CONDITIONAL_HEADERS_DESC
public static final String CONDITIONAL_HEADERS_DESC
- See Also:
- Constant Field Values
-
HSTS
public static final String HSTS
- See Also:
- Constant Field Values
-
HSTS_DESC
public static final String HSTS_DESC
- See Also:
- Constant Field Values
-
CORS
public static final String CORS
- See Also:
- Constant Field Values
-
CORS_DESC
public static final String CORS_DESC
- See Also:
- Constant Field Values
-
COMPRESSION
public static final String COMPRESSION
- See Also:
- Constant Field Values
-
COMPRESSION_DESC
public static final String COMPRESSION_DESC
- See Also:
- Constant Field Values
-
-