Module methanol.adapter.protobuf
Class ProtobufAdapterFactory
java.lang.Object
com.github.mizosoft.methanol.adapter.protobuf.ProtobufAdapterFactory
Contains static factory methods for Protocol Buffers
adapters
.-
Method Summary
Modifier and TypeMethodDescriptionstatic BodyAdapter.Decoder
Creates a decoder with an emptyextension registry
.static BodyAdapter.Decoder
createDecoder
(com.google.protobuf.ExtensionRegistryLite registry) Creates a decoder with the givenextension registry
.static BodyAdapter.Encoder
Creates an encoder.
-
Method Details
-
createEncoder
Creates an encoder. -
createDecoder
Creates a decoder with an emptyextension registry
. -
createDecoder
Creates a decoder with the givenextension registry
.
-