Class SwaggerConstants


  • public class SwaggerConstants
    extends Object
    Constants used in Swagger definition generation.
    • Field Detail

      • CONTENT_TYPE_JSON

        public static final String CONTENT_TYPE_JSON
        Content type "application/json" string for JSON messages
        See Also:
        Constant Field Values
      • CONTENT_TYPE_XML

        public static final String CONTENT_TYPE_XML
        Content type "application/xml" string for JSON messages
        See Also:
        Constant Field Values
      • CONTENT_TYPE_YAML

        public static final String CONTENT_TYPE_YAML
        Content type "application/x-yaml" string for YAML messages
        See Also:
        Constant Field Values
      • DEFAULT_ENCODING

        public static final String DEFAULT_ENCODING
        Default encoding for response messages generated from swagger generation
        See Also:
        Constant Field Values
      • HTTP_OK

        public static final int HTTP_OK
        Success response code for swagger responses
        See Also:
        Constant Field Values
      • CONSUMES

        public static String CONSUMES
        Swagger element "consumes" in http://swagger.io/specification/
      • PRODUCES

        public static String PRODUCES
        Swagger element "produces" in http://swagger.io/specification/
      • DEFAULT_SWAGGER_REGISTRY_PATH

        public static String DEFAULT_SWAGGER_REGISTRY_PATH
        Path to save the swagger document
      • WSDL_EPR_PREFIX

        public static String WSDL_EPR_PREFIX
        WSDL Prefix defined in transport listener in axis2.xml
      • DEFAULT_CONSUMES

        public static String[] DEFAULT_CONSUMES
        Default consume mime types
      • DEFAULT_PRODUCES

        public static String[] DEFAULT_PRODUCES
        Default produce mime types
      • DEFAULT_HOST

        public static String DEFAULT_HOST
        Default host for Swagger API
      • DEFAULT_PORT

        public static int DEFAULT_PORT
        Default port for Swagger API
    • Constructor Detail

      • SwaggerConstants

        public SwaggerConstants()