@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ApiConfiguration
| Modifier and Type | Optional Element and Description |
|---|---|
String |
contextId
Get the API context id.
|
ApiEndpointType |
endpointType
Get the API listing endpoint type.
|
String |
path
Get the API listing endpoint path.
|
JaxrsScannerType |
scannerType
Get the scanner type to use to detect API resource classes.
|
public abstract String contextId
public abstract String path
Default is ApiDefaults.DEFAULT_API_ENDPOINT_PATH.
public abstract ApiEndpointType endpointType
Default is ApiEndpointType.QUERY_PARAMETER.
public abstract JaxrsScannerType scannerType
Default is JaxrsScannerType.DEFAULT.
Copyright © 2019 The Holon Platform. All rights reserved.