Package com.linecorp.armeria.server.protobuf
@NonNullByDefault
package com.linecorp.armeria.server.protobuf
Provides the default
ResponseConverterFunction
which automatically converts a Message into
an HttpResponse and
the default RequestConverterFunction which automatically
converts an AggregatedHttpRequest into
a Message.-
ClassesClassDescriptionA
DescriptiveTypeInfoProviderto create aDescriptiveTypeInfofrom a protobufMessage.ARequestConverterFunctionwhich 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.