| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
BASE_CLASSNAME_SUFFIX |
"Base" |
protected static final String |
BASE_PACKAGE_SUFFIX |
".base" |
protected static final String |
FIRST_GENERATION_TEMPLATE |
"Generating: \'%s\' for the first time." |
protected static final String |
IGNORED_OVERRIDE_TEMPLATE |
"Ignoring: \'%s.java\' as it was overwritten." |
protected static final String |
IGNORED_REFINEMENT_TEMPLATE |
"Not writing \'%s.java\' as it is refined." |
protected static final String |
NAME_MEMBER |
"name" |
public static final String |
REFINEMENT_CLASSNAME_SUFFIX |
"Refinement" |
protected static final String |
REFINEMENT_PACKAGE_SUFFIX |
".refinement" |
protected static final String |
VALUE_MEMBER |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
API_METADATA_CATEGORY |
"API_METADATA_CATEGORY" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIGURATION_CLASSNAME_SUFFIX |
"Configuration" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REFINEMENT_LAYER_JAVADOC |
"This refinement is the middle layer of the configuration generation gap pattern. It can be overridden to add custom logic in the configuration." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCESS_TOKEN_URL |
"accessTokenUrl" |
public static final String |
AUTHORIZATION_URL |
"authorizationUrl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOKEN_FIELD |
"token" |
public static final String |
TOKEN_FIELD_DEFAULT_DISPLAY_NAME |
"Token" |
public static final String |
TOKEN_FIELD_DEFAULT_SUMMARY |
"The token used to authenticate the requests." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOKEN_URL |
"tokenUrl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SCOPES |
"defaultScopes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PASSWORD_FIELD |
"password" |
public static final String |
PASSWORD_FIELD_DEFAULT_DISPLAY_NAME |
"Password" |
public static final String |
PASSWORD_FIELD_DEFAULT_SUMMARY |
"The password used to authenticate the requests." |
public static final String |
USERNAME_FIELD |
"username" |
public static final String |
USERNAME_FIELD_DEFAULT_DISPLAY_NAME |
"Username" |
public static final String |
USERNAME_FIELD_DEFAULT_SUMMARY |
"The username used to authenticate the requests." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONNECTION_PROVIDER_CLASSNAME_SUFFIX |
"ConnectionProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_LAYER_JAVADOC |
"This is the first layer of the connection provider generation gap pattern. It contains most of the logic of the connection provider." |
public static final String |
BASE_URI_FIELD |
"baseUri" |
public static final String |
DEFAULT_VALUE_MEMBER |
"defaultValue" |
public static final String |
PROXY_CONFIG_FIELD |
"proxyConfig" |
public static final String |
TLS_CONFIG_FIELD |
"tlsConfig" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REFINEMENT_LAYER_JAVADOC |
"This Refinement class is the middle layer of the connection provider generation gap pattern. It can be overridden to add custom logic in the connection provider." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IMPLEMENTATION_LAYER_JAVADOC |
"This is the last layer of the connection provider generation gap pattern. It is what finally gets exposed as the connection provider, including all customizations made in the refinement layer." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCEPT_HEADER_NAME |
"accept" |
public static final String |
ADD_HEADER_METHOD_NAME |
"addHeader" |
public static final String |
ADD_QUERY_PARAM_METHOD_NAME |
"addQueryParam" |
public static final String |
ADD_URI_PARAM_METHOD_NAME |
"addUriParam" |
public static final String |
CONTENT_TYPE_HEADER_NAME |
"content-type" |
protected static final String |
CUSTOM_PARAMETER_BINDINGS_NAME |
"customParameterBindings" |
public static final String |
OPERATION_CLASSNAME_SUFFIX |
"Operation" |
public static final String |
OPERATION_PATH_FIELD |
"OPERATION_PATH" |
public static final String |
PARAM_DOC_NAME_DESCRIPTION |
"@param $L $L\n" |
protected static final String |
PARAMETER_BINDINGS_NAME |
"parameterBindings" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BODY_DISPLAY_NAME |
"Body" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESOLVER_NAME_FIELD |
"RESOLVER_NAME" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GET_GLOBAL_EVALUATION_CONTEXT_METHOD |
"getGlobalEvaluationContext" |
public static final String |
GET_RESOLVER_DECLARATION_METHOD |
"getResolverDeclaration" |
public static final String |
GLOBAL_EVALUATION_CONTEXT_FIELD |
"globalEvaluationContext" |
public static final String |
RESOLVER_NAME_FIELD |
"RESOLVER_NAME" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EVALUATION_CONTEXT_KIND_OPERATION |
"operation" |
public static final String |
EVALUATION_CONTEXT_KIND_TRIGGER |
"trigger" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PATH_TEMPLATE_FIELD |
"PATH" |
public static final String |
SAMPLE_DATA_SUFFIX |
"SampleDataProvider" |
public static final String |
SCRIPT_TEMPLATE_FIELD |
"SCRIPT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TRIGGER_CLASSNAME_SUFFIX |
"Trigger" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARAM_DOC_NAME_DESCRIPTION |
"@param $L $L\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REFINEMENT_LAYER_JAVADOC |
"This refinement is the middle layer of the trigger generation gap pattern. It can be overridden to add custom logic in the trigger." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VALUE_MEMBER |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ITEM_NAME_EXPRESSION_FIELD |
"ITEM_NAME_EXPRESSION" |
public static final String |
ITEM_VALUE_EXPRESSION_FIELD |
"ITEM_VALUE_EXPRESSION" |
public static final String |
ITEMS_EXPRESSION_FIELD |
"ITEMS_EXPRESSION" |
public static final String |
PATH_TEMPLATE_FIELD |
"PATH" |
public static final String |
SCRIPT_TEMPLATE_FIELD |
"SCRIPT" |
Copyright © 2022. All rights reserved.