Package org.springdoc.core
Class Constants
- java.lang.Object
-
- org.springdoc.core.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
API_DOCS_URL
static String
APPLICATION_OPENAPI_YAML
static String
DEFAULT_API_DOCS_URL
static String
DEFAULT_API_DOCS_URL_YAML
static String
DEFAULT_DESCRIPTION
static String
DEFAULT_SERVER_DESCRIPTION
static String
DEFAULT_SWAGGER_UI_PATH
static String
DEFAULT_TITLE
static String
DEFAULT_VALIDATOR_URL
static String
DEFAULT_VERSION
static String
DEFAULT_WEB_JARS_PREFIX_URL
static String
DELETE_METHOD
static String
GET_METHOD
static String
HEAD_METHOD
static String
OPENAPI_ARRAY_TYPE
static String
OPENAPI_STRING_TYPE
static String
OPTIONS_METHOD
static String
PATCH_METHOD
static String
POST_METHOD
static String
PUT_METHOD
static String
QUERY_PARAM
static String
SPRINGDOC_ACTUATOR_TAG
static String
SPRINGDOC_ENABLED
static String
SPRINGDOC_SHOW_ACTUATOR
static String
SPRINGDOC_SHOW_ACTUATOR_VALUE
static String
SWAGGER_UI_PATH
static String
SWAGGER_UI_URL
static String
TRACE_METHOD
static String
WEB_JARS_PREFIX_URL
-
-
-
Field Detail
-
DEFAULT_API_DOCS_URL
public static final String DEFAULT_API_DOCS_URL
- See Also:
- Constant Field Values
-
DEFAULT_SERVER_DESCRIPTION
public static final String DEFAULT_SERVER_DESCRIPTION
- See Also:
- Constant Field Values
-
API_DOCS_URL
public static final String API_DOCS_URL
- See Also:
- Constant Field Values
-
DEFAULT_API_DOCS_URL_YAML
public static final String DEFAULT_API_DOCS_URL_YAML
- See Also:
- Constant Field Values
-
SPRINGDOC_ENABLED
public static final String SPRINGDOC_ENABLED
- See Also:
- Constant Field Values
-
SPRINGDOC_SHOW_ACTUATOR
public static final String SPRINGDOC_SHOW_ACTUATOR
- See Also:
- Constant Field Values
-
SPRINGDOC_SHOW_ACTUATOR_VALUE
public static final String SPRINGDOC_SHOW_ACTUATOR_VALUE
- See Also:
- Constant Field Values
-
SPRINGDOC_ACTUATOR_TAG
public static final String SPRINGDOC_ACTUATOR_TAG
- See Also:
- Constant Field Values
-
DEFAULT_WEB_JARS_PREFIX_URL
public static final String DEFAULT_WEB_JARS_PREFIX_URL
- See Also:
- Constant Field Values
-
WEB_JARS_PREFIX_URL
public static final String WEB_JARS_PREFIX_URL
- See Also:
- Constant Field Values
-
SWAGGER_UI_URL
public static final String SWAGGER_UI_URL
- See Also:
- Constant Field Values
-
DEFAULT_VALIDATOR_URL
public static final String DEFAULT_VALIDATOR_URL
- See Also:
- Constant Field Values
-
APPLICATION_OPENAPI_YAML
public static final String APPLICATION_OPENAPI_YAML
- See Also:
- Constant Field Values
-
DEFAULT_SWAGGER_UI_PATH
public static final String DEFAULT_SWAGGER_UI_PATH
- See Also:
- Constant Field Values
-
SWAGGER_UI_PATH
public static final String SWAGGER_UI_PATH
- See Also:
- Constant Field Values
-
GET_METHOD
public static final String GET_METHOD
- See Also:
- Constant Field Values
-
POST_METHOD
public static final String POST_METHOD
- See Also:
- Constant Field Values
-
PUT_METHOD
public static final String PUT_METHOD
- See Also:
- Constant Field Values
-
DELETE_METHOD
public static final String DELETE_METHOD
- See Also:
- Constant Field Values
-
PATCH_METHOD
public static final String PATCH_METHOD
- See Also:
- Constant Field Values
-
TRACE_METHOD
public static final String TRACE_METHOD
- See Also:
- Constant Field Values
-
HEAD_METHOD
public static final String HEAD_METHOD
- See Also:
- Constant Field Values
-
OPTIONS_METHOD
public static final String OPTIONS_METHOD
- See Also:
- Constant Field Values
-
QUERY_PARAM
public static final String QUERY_PARAM
- See Also:
- Constant Field Values
-
DEFAULT_DESCRIPTION
public static final String DEFAULT_DESCRIPTION
- See Also:
- Constant Field Values
-
DEFAULT_TITLE
public static final String DEFAULT_TITLE
- See Also:
- Constant Field Values
-
DEFAULT_VERSION
public static final String DEFAULT_VERSION
- See Also:
- Constant Field Values
-
OPENAPI_STRING_TYPE
public static final String OPENAPI_STRING_TYPE
- See Also:
- Constant Field Values
-
OPENAPI_ARRAY_TYPE
public static final String OPENAPI_ARRAY_TYPE
- See Also:
- Constant Field Values
-
-