Uses of Interface
org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter.ProtobufFormatDelegate
Packages that use ProtobufHttpMessageConverter.ProtobufFormatDelegate
Package
Description
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
Uses of ProtobufHttpMessageConverter.ProtobufFormatDelegate in org.springframework.http.converter.protobuf
Constructors in org.springframework.http.converter.protobuf with parameters of type ProtobufHttpMessageConverter.ProtobufFormatDelegateModifierConstructorDescriptionprotectedProtobufHttpMessageConverter(@Nullable ProtobufHttpMessageConverter.ProtobufFormatDelegate formatDelegate, @Nullable com.google.protobuf.ExtensionRegistry extensionRegistry) Constructor for a subclass that supports additional formats.