Package org.springframework.http.converter.protobuf
@NullMarked
package org.springframework.http.converter.protobuf
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
ClassDescriptionImplementation of
HttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization.AnHttpMessageConverterthat reads and writescom.google.protobuf.Messagesusing Google Protocol Buffers.Contract to enable subclasses to plug in support for additional formats.Subclass ofProtobufHttpMessageConverterwhich enforces the use of Protobuf 3 and its official library"com.google.protobuf:protobuf-java-util"for JSON processing.