-
-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
Ahmad K. Bawaneh edited this page Dec 28, 2019
·
2 revisions
Before we can start using the generated rest client we need to call DominoRestConfig.initDefaults()
some where in the application, this part will initialize domino-rest with some default configurations, we can always get and update these configurations using DominoRestConfig.getInstance()
which will return the configurations instance on which we change and set different parameters.
- Home
- Quick start
- Sharing clients
-
Configuration
- Locating resource classes
- Service root
- Resource root
- Http methods
- Service method path mapping
- Service path
- Query parameters
- Path parameters
- Header parameters
- Date format
- Request body
- Request and Response mapping
- Produces and Consumes
- Success codes
- Timeout and maximum retries
- With credentials
- Custom request URL
- Global interceptors
- Default failed response handler
- Interface inheritance
- Multipart form data