Uses of Class
io.envoyproxy.envoy.config.core.v3.JsonFormatOptions
Packages that use JsonFormatOptions
-
Uses of JsonFormatOptions in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptionsModifier and TypeMethodDescriptionJsonFormatOptions.Builder.build()JsonFormatOptions.Builder.buildPartial()static JsonFormatOptionsJsonFormatOptions.getDefaultInstance()JsonFormatOptions.Builder.getDefaultInstanceForType()JsonFormatOptions.getDefaultInstanceForType()SubstitutionFormatString.Builder.getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatStringOrBuilder.getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptionsJsonFormatOptions.parseDelimitedFrom(InputStream input) static JsonFormatOptionsJsonFormatOptions.parseDelimitedFrom(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(InputStream input) static JsonFormatOptionsJsonFormatOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptionsJsonFormatOptions.parseFrom(ByteBuffer data) static JsonFormatOptionsJsonFormatOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type JsonFormatOptionsModifier and TypeMethodDescriptioncom.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 JsonFormatOptionsModifier and TypeMethodDescriptionJsonFormatOptions.Builder.mergeFrom(JsonFormatOptions other) SubstitutionFormatString.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.Builder.setJsonFormatOptions(JsonFormatOptions value) If json_format is used, the options will be applied to the output JSON string.