Class TemplateIndexConstants
- java.lang.Object
-
- net.coru.api.generator.plugin.openapi.template.TemplateIndexConstants
-
public class TemplateIndexConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringTEMPLATE_API_KEYstatic StringTEMPLATE_AUTHENTICATIONstatic StringTEMPLATE_CALL_REST_APIstatic StringTEMPLATE_CALL_WEB_APIstatic StringTEMPLATE_CONTENT_SCHEMAstatic StringTEMPLATE_CONTENT_SCHEMA_LOMBOKstatic StringTEMPLATE_HTTP_BASICstatic StringTEMPLATE_HTTP_BEARERstatic StringTEMPLATE_INTERFACE_APIstatic StringTEMPLATE_MODEL_EXCEPTIONstatic StringTEMPLATE_OAUTHstatic StringTEMPLATE_OAUTH_FLOWstatic StringTEMPLATE_REACTIVE_APIstatic StringTEMPLATE_REST_CLIENTstatic StringTEMPLATE_WEB_CLIENT
-
-
-
Field Detail
-
TEMPLATE_INTERFACE_API
public static final String TEMPLATE_INTERFACE_API
- See Also:
- Constant Field Values
-
TEMPLATE_REACTIVE_API
public static final String TEMPLATE_REACTIVE_API
- See Also:
- Constant Field Values
-
TEMPLATE_CONTENT_SCHEMA
public static final String TEMPLATE_CONTENT_SCHEMA
- See Also:
- Constant Field Values
-
TEMPLATE_CONTENT_SCHEMA_LOMBOK
public static final String TEMPLATE_CONTENT_SCHEMA_LOMBOK
- See Also:
- Constant Field Values
-
TEMPLATE_CALL_WEB_API
public static final String TEMPLATE_CALL_WEB_API
- See Also:
- Constant Field Values
-
TEMPLATE_CALL_REST_API
public static final String TEMPLATE_CALL_REST_API
- See Also:
- Constant Field Values
-
TEMPLATE_REST_CLIENT
public static final String TEMPLATE_REST_CLIENT
- See Also:
- Constant Field Values
-
TEMPLATE_WEB_CLIENT
public static final String TEMPLATE_WEB_CLIENT
- See Also:
- Constant Field Values
-
TEMPLATE_API_KEY
public static final String TEMPLATE_API_KEY
- See Also:
- Constant Field Values
-
TEMPLATE_AUTHENTICATION
public static final String TEMPLATE_AUTHENTICATION
- See Also:
- Constant Field Values
-
TEMPLATE_HTTP_BASIC
public static final String TEMPLATE_HTTP_BASIC
- See Also:
- Constant Field Values
-
TEMPLATE_HTTP_BEARER
public static final String TEMPLATE_HTTP_BEARER
- See Also:
- Constant Field Values
-
TEMPLATE_OAUTH
public static final String TEMPLATE_OAUTH
- See Also:
- Constant Field Values
-
TEMPLATE_OAUTH_FLOW
public static final String TEMPLATE_OAUTH_FLOW
- See Also:
- Constant Field Values
-
TEMPLATE_MODEL_EXCEPTION
public static final String TEMPLATE_MODEL_EXCEPTION
- See Also:
- Constant Field Values
-
-