Class ProtobufResponseConverterFunctionProvider

java.lang.Object
com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunctionProvider
All Implemented Interfaces:
com.linecorp.armeria.server.annotation.ResponseConverterFunctionProvider

@UnstableApi public final class ProtobufResponseConverterFunctionProvider extends Object implements com.linecorp.armeria.server.annotation.ResponseConverterFunctionProvider
Provides a ProtobufResponseConverterFunction to annotated services.
  • Constructor Details

    • ProtobufResponseConverterFunctionProvider

      public ProtobufResponseConverterFunctionProvider()
  • Method Details

    • createResponseConverterFunction

      public com.linecorp.armeria.server.annotation.ResponseConverterFunction createResponseConverterFunction(Type returnType, com.linecorp.armeria.server.annotation.ResponseConverterFunction responseConverter)
      Specified by:
      createResponseConverterFunction in interface com.linecorp.armeria.server.annotation.ResponseConverterFunctionProvider