Class Constant
- java.lang.Object
-
- io.github.sashirestela.openai.support.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_BEARER
static String
BOUNDARY_TITLE
static String
BOUNDARY_VALUE
static String
DEF_ANNOT_ATTRIB
static String
HEADER_AUTHORIZATION
static String
HEADER_CONTENT_TYPE
static List<String>
HTTP_METHODS
static String
JSON_EMPTY_CLASS
static List<String>
MULTIPART_AS_LIST
static List<String>
PARAMETER_TYPES
static String
REGEX_GENERIC_CLASS
static String
REGEX_PATH_PARAM_URL
static String
TYPE_APP_JSON
static String
TYPE_MULTIPART
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
JSON_EMPTY_CLASS
public static final String JSON_EMPTY_CLASS
- See Also:
- Constant Field Values
-
HEADER_CONTENT_TYPE
public static final String HEADER_CONTENT_TYPE
- See Also:
- Constant Field Values
-
HEADER_AUTHORIZATION
public static final String HEADER_AUTHORIZATION
- See Also:
- Constant Field Values
-
TYPE_APP_JSON
public static final String TYPE_APP_JSON
- See Also:
- Constant Field Values
-
TYPE_MULTIPART
public static final String TYPE_MULTIPART
- See Also:
- Constant Field Values
-
BOUNDARY_TITLE
public static final String BOUNDARY_TITLE
- See Also:
- Constant Field Values
-
BOUNDARY_VALUE
public static final String BOUNDARY_VALUE
-
AUTH_BEARER
public static final String AUTH_BEARER
- See Also:
- Constant Field Values
-
DEF_ANNOT_ATTRIB
public static final String DEF_ANNOT_ATTRIB
- See Also:
- Constant Field Values
-
REGEX_GENERIC_CLASS
public static final String REGEX_GENERIC_CLASS
- See Also:
- Constant Field Values
-
REGEX_PATH_PARAM_URL
public static final String REGEX_PATH_PARAM_URL
- See Also:
- Constant Field Values
-
-