Class HttpMethodArgumentBinder

java.lang.Object
io.micronaut.spring.web.bind.HttpMethodArgumentBinder
All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<org.springframework.http.HttpMethod,io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.TypeArgumentBinder<org.springframework.http.HttpMethod,io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.RequestArgumentBinder<org.springframework.http.HttpMethod>, io.micronaut.http.bind.binders.TypedRequestArgumentBinder<org.springframework.http.HttpMethod>

@Singleton public class HttpMethodArgumentBinder extends Object implements io.micronaut.http.bind.binders.TypedRequestArgumentBinder<org.springframework.http.HttpMethod>
Adds ability to bind HttpMethod.
Since:
1.0
Author:
graemerocher
  • 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<org.springframework.http.HttpMethod>
     
    io.micronaut.core.bind.ArgumentBinder.BindingResult<org.springframework.http.HttpMethod>
    bind(io.micronaut.core.convert.ArgumentConversionContext<org.springframework.http.HttpMethod> 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

    • HttpMethodArgumentBinder

      public HttpMethodArgumentBinder()
  • Method Details

    • argumentType

      public io.micronaut.core.type.Argument<org.springframework.http.HttpMethod> argumentType()
      Specified by:
      argumentType in interface io.micronaut.core.bind.TypeArgumentBinder<org.springframework.http.HttpMethod,io.micronaut.http.HttpRequest<?>>
    • bind

      public io.micronaut.core.bind.ArgumentBinder.BindingResult<org.springframework.http.HttpMethod> bind(io.micronaut.core.convert.ArgumentConversionContext<org.springframework.http.HttpMethod> context, io.micronaut.http.HttpRequest<?> source)
      Specified by:
      bind in interface io.micronaut.core.bind.ArgumentBinder<org.springframework.http.HttpMethod,io.micronaut.http.HttpRequest<?>>