Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
/** * Provides an HttpMessageConverter implementation for handling * <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a>. */
@NonNullApi @NonNullFields package org.springframework.http.converter.protobuf; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;