Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JAXRS_COMPONENT |
"jaxrs" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TEST_WEB_SERVICES_CONTEXT_ROOT |
"rest" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OPERATION_NAME |
"operationPrefix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REST_CLIENT_BUILDER |
"clientBuilder" |
public static final String |
REST_CLIENT_BUILDER_EXECUTOR |
"clientBuilderExecutor" |
public static final String |
REST_OK |
"ok" |
public static final String |
REST_SERVICE_PATH |
"testRegistrarServices" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REST_EXPLICITLY_TRACED |
"explicitlyTraced" |
public static final String |
REST_NESTED_PATH |
"simple/nested" |
public static final String |
REST_SIMPLE_PATH |
"simple" |
public static final String |
REST_TEST_SKIP_SERVICE_PATH |
"skipAll" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOCAL_SPAN_TAG_KEY |
"localSpanKey" |
public static final String |
LOCAL_SPAN_TAG_VALUE |
"localSpanValue" |
public static final String |
PARAM_ASYNC |
"async" |
public static final String |
PARAM_FAIL_NEST |
"failNest" |
public static final String |
PARAM_NEST_BREADTH |
"nestBreadth" |
public static final String |
PARAM_NEST_DEPTH |
"nestDepth" |
public static final String |
PARAM_UNIQUE_ID |
"data" |
public static final String |
REST_ANNOTATION_EXCEPTION |
"annotationException" |
public static final String |
REST_ANNOTATIONS |
"annotations" |
public static final String |
REST_ASYNC_LOCAL_SPAN |
"asyncLocalSpan" |
public static final String |
REST_ERROR |
"error" |
public static final String |
REST_EXCEPTION |
"exception" |
public static final String |
REST_LOCAL_SPAN |
"localSpan" |
public static final String |
REST_NESTED |
"nested" |
public static final String |
REST_NOT_TRACED |
"notTraced" |
public static final String |
REST_OPERATION_NAME |
"operationName" |
public static final String |
REST_SIMPLE_TEST |
"simpleTest" |
public static final String |
REST_SKIP_SIMPLE |
"skipSimple" |
public static final String |
REST_TEST_SERVICE_PATH |
"testServices" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLASS_OPERATION_NAME |
"wsOperations" |
public static final String |
ENDPOINT_OPERATION_NAME |
"endpointName" |
public static final String |
REST_OPERATION_CLASS_AND_METHOD_OP_NAME |
"classAndMethodOperationName" |
public static final String |
REST_OPERATION_CLASS_OP_NAME |
"classOperationName" |
public static final String |
REST_TEST_SERVICE_PATH_WITH_OP_NAME |
"testServicesWithOpName" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REST_CLEAR_TRACER |
"clearTracer" |
public static final String |
REST_GET_TRACER |
"getTracer" |
public static final String |
REST_TRACER_SERVICE_PATH |
"tracer" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REST_FOO_PATH |
"/getFoo/{name}" |
public static final String |
REST_SERVICE_PATH |
"/wildcard/{id}/foo" |
public static final String |
REST_TWO_IDS |
"/twoIds/{aaa: \\d+}/{bbb: \\w+}" |
Copyright © 2020 Eclipse Foundation. All rights reserved.