Package org.springframework.http.converter.protobuf
@NonNullApi
@NonNullFields
package org.springframework.http.converter.protobuf
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
ClassDescriptionImplementation of
HttpMessageConverter
that can read and write Protocol Buffers using kotlinx.serialization.AnHttpMessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers.Subclass ofProtobufHttpMessageConverter
which enforces the use of Protobuf 3 and its official library"com.google.protobuf:protobuf-java-util"
for JSON processing.