public class SwaggerConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_TYPE_JSON
Content type "application/json" string for JSON messages
|
static String |
CONTENT_TYPE_YAML
Content type "application/x-yaml" string for YAML messages
|
static String |
DEFAULT_ENCODING
Default encoding for response messages generated from swagger generation
|
static int |
HTTP_OK
Success response code for swagger responses
|
Constructor and Description |
---|
SwaggerConstants() |
public static final String CONTENT_TYPE_JSON
public static final String CONTENT_TYPE_YAML
public static final String DEFAULT_ENCODING
public static final int HTTP_OK
Copyright © 2018 WSO2. All rights reserved.