Uses of Class
io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3.SerializationType
-
Packages that use SerializationType Package Description io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 -
-
Uses of SerializationType in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 that return SerializationType Modifier and Type Method Description static SerializationTypeSerializationType. forNumber(int value)SerializationTypeDubboProxy.Builder. getSerializationType()Configure the serialization protocol used.SerializationTypeDubboProxy. getSerializationType()Configure the serialization protocol used.SerializationTypeDubboProxyOrBuilder. getSerializationType()Configure the serialization protocol used.static SerializationTypeSerializationType. valueOf(int value)Deprecated.static SerializationTypeSerializationType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SerializationTypeSerializationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SerializationType[]SerializationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 that return types with arguments of type SerializationType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SerializationType>SerializationType. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 with parameters of type SerializationType Modifier and Type Method Description DubboProxy.BuilderDubboProxy.Builder. setSerializationType(SerializationType value)Configure the serialization protocol used.
-