Uses of Class
io.envoyproxy.envoy.config.core.v3.JsonFormatOptions
-
Packages that use JsonFormatOptions Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of JsonFormatOptions in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as JsonFormatOptions Modifier and Type Field Description private static JsonFormatOptionsJsonFormatOptions. DEFAULT_INSTANCEprivate JsonFormatOptionsSubstitutionFormatString.Builder. jsonFormatOptions_private JsonFormatOptionsSubstitutionFormatString. jsonFormatOptions_Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type JsonFormatOptions Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>SubstitutionFormatString.Builder. jsonFormatOptionsBuilder_private static com.google.protobuf.Parser<JsonFormatOptions>JsonFormatOptions. PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptions Modifier and Type Method Description JsonFormatOptionsJsonFormatOptions.Builder. build()JsonFormatOptionsJsonFormatOptions.Builder. buildPartial()static JsonFormatOptionsJsonFormatOptions. getDefaultInstance()JsonFormatOptionsJsonFormatOptions.Builder. getDefaultInstanceForType()JsonFormatOptionsJsonFormatOptions. getDefaultInstanceForType()JsonFormatOptionsSubstitutionFormatString.Builder. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsSubstitutionFormatString. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsSubstitutionFormatStringOrBuilder. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptionsJsonFormatOptions. parseDelimitedFrom(java.io.InputStream input)static JsonFormatOptionsJsonFormatOptions. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(byte[] data)static JsonFormatOptionsJsonFormatOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.ByteString data)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.CodedInputStream input)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(java.io.InputStream input)static JsonFormatOptionsJsonFormatOptions. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(java.nio.ByteBuffer data)static JsonFormatOptionsJsonFormatOptions. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type JsonFormatOptions 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.com.google.protobuf.Parser<JsonFormatOptions>JsonFormatOptions. getParserForType()static com.google.protobuf.Parser<JsonFormatOptions>JsonFormatOptions. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type JsonFormatOptions Modifier and Type Method Description private voidJsonFormatOptions.Builder. buildPartial0(JsonFormatOptions result)JsonFormatOptions.BuilderJsonFormatOptions.Builder. mergeFrom(JsonFormatOptions other)SubstitutionFormatString.BuilderSubstitutionFormatString.Builder. mergeJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptions.BuilderJsonFormatOptions. newBuilder(JsonFormatOptions prototype)SubstitutionFormatString.BuilderSubstitutionFormatString.Builder. setJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.
-