Setting REST-related configuration parameters
Guidewire provides a number of REST- and JSON-related configuration parameters in the basic
REST API framework. You find these configuration parameters in file
config.xml. These parameters have the following meanings.
| Parameter | Default | Description |
|---|---|---|
OverrideJSONMappingWarnings |
default |
Determines how the REST framework handles JSON mapping warnings. |
OverrideJSONSchemaWarnings |
default |
Determines how the REST framework handles JSON schema warnings. |
OverrideRESTSchemaWarnings |
default |
Determines how the REST API framework handles Swagger schema warnings: |
PreloadRestServletConfig |
false |
Determines whether the REST API framework preloads the REST servlet configuration during servlet initialization. |
See also
- See the PolicyCenter Configuration Guide for more information on these configuration parameters.
