Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Whether to treat the option as an array of strings. This would be read from the context as an array. |
|
string |
|
String classifier of the value that will be used with io.helidon.common.context.Context.get(Object, Class). |
|
string |
|
Default value to send if not configured in context. |
|
string[] |
|
Default values to send if not configured in context. In case default values is an empty array, it will not be sent over the network if not present in context. |
|
HeaderName |
|
Name of the header to use when sending the context value over the network. |