Package com.linecorp.armeria.server.protobuf
@NonNullByDefault
package com.linecorp.armeria.server.protobuf
-
ClassesClassDescriptionA
RequestConverterFunctionwhich converts a Protocol Buffers or JSON body of theAggregatedHttpRequestto an object.Provides aProtobufRequestConverterFunctionto annotated services.AResponseConverterFunctionwhich creates anHttpResponsewithcontent-type: application/protobuforcontent-type: application/json; charset=utf-8.Provides aProtobufResponseConverterFunctionto annotated services.