Class APIGatewayProxyResponseEventBinder

java.lang.Object
io.micronaut.function.aws.proxy.payload1.APIGatewayProxyResponseEventBinder
All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent,io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.TypeArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent,io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.RequestArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent>, io.micronaut.http.bind.binders.TypedRequestArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent>

@Singleton @Internal public class APIGatewayProxyResponseEventBinder extends Object implements io.micronaut.http.bind.binders.TypedRequestArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent>
Request binder for the APIGatewayProxyResponseEvent object.
Since:
4.0.0
Author:
Tim Yates
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

    io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.core.type.Argument<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent>
     
    io.micronaut.core.bind.ArgumentBinder.BindingResult<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent>
    bind(io.micronaut.core.convert.ArgumentConversionContext<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> context, io.micronaut.http.HttpRequest<?> source)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder

    matches, superTypes
  • Constructor Details

    • APIGatewayProxyResponseEventBinder

      public APIGatewayProxyResponseEventBinder()
  • Method Details

    • argumentType

      public io.micronaut.core.type.Argument<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> argumentType()
      Specified by:
      argumentType in interface io.micronaut.core.bind.TypeArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent,io.micronaut.http.HttpRequest<?>>
    • bind

      public io.micronaut.core.bind.ArgumentBinder.BindingResult<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> bind(io.micronaut.core.convert.ArgumentConversionContext<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> context, io.micronaut.http.HttpRequest<?> source)
      Specified by:
      bind in interface io.micronaut.core.bind.ArgumentBinder<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent,io.micronaut.http.HttpRequest<?>>