Class SwaggerProcessorConstants
- java.lang.Object
-
- org.wso2.carbon.mediation.transport.handlers.requestprocessors.swagger.format.utils.SwaggerProcessorConstants
-
public class SwaggerProcessorConstants extends Object
Constants used in swagger for data-services component.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BOOLEAN
static String
CONFIG_REG_PREFIX
static String
DATA_SERVICE_OBJECT
static String
FILE_PREFIX
static String
GOV_REG_PREFIX
static String
INTEGER
static String
NUMBER
static String
SERVICES_PREFIX
static String
STRING
static String
SWAGGER_RESOURCE_PATH
static String
TENANT_CONTEXT_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description SwaggerProcessorConstants()
-
-
-
Field Detail
-
SERVICES_PREFIX
public static final String SERVICES_PREFIX
- See Also:
- Constant Field Values
-
DATA_SERVICE_OBJECT
public static final String DATA_SERVICE_OBJECT
- See Also:
- Constant Field Values
-
SWAGGER_RESOURCE_PATH
public static final String SWAGGER_RESOURCE_PATH
- See Also:
- Constant Field Values
-
TENANT_CONTEXT_PROPERTY_NAME
public static final String TENANT_CONTEXT_PROPERTY_NAME
- See Also:
- Constant Field Values
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
CONFIG_REG_PREFIX
public static final String CONFIG_REG_PREFIX
- See Also:
- Constant Field Values
-
GOV_REG_PREFIX
public static final String GOV_REG_PREFIX
- See Also:
- Constant Field Values
-
FILE_PREFIX
public static final String FILE_PREFIX
- See Also:
- Constant Field Values
-
-