Uses of Interface
io.envoyproxy.envoy.config.core.v3.JsonFormatOptionsOrBuilder
-
Packages that use JsonFormatOptionsOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of JsonFormatOptionsOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement JsonFormatOptionsOrBuilder Modifier and Type Class Description class
JsonFormatOptions
Optional configuration options to be used with json_format.static class
JsonFormatOptions.Builder
Optional configuration options to be used with json_format.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type JsonFormatOptionsOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>
SubstitutionFormatString.Builder. jsonFormatOptionsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptionsOrBuilder Modifier and Type Method Description JsonFormatOptionsOrBuilder
SubstitutionFormatString.Builder. getJsonFormatOptionsOrBuilder()
If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsOrBuilder
SubstitutionFormatString. getJsonFormatOptionsOrBuilder()
If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsOrBuilder
SubstitutionFormatStringOrBuilder. getJsonFormatOptionsOrBuilder()
If json_format is used, the options will be applied to the output JSON string.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type JsonFormatOptionsOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>
SubstitutionFormatString.Builder. getJsonFormatOptionsFieldBuilder()
If json_format is used, the options will be applied to the output JSON string.
-