Class HttpRequestFunctionConfiguration.HttpMethodConverter

java.lang.Object
org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration.HttpMethodConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,org.springframework.http.HttpMethod>
Enclosing class:
HttpRequestFunctionConfiguration

public static class HttpRequestFunctionConfiguration.HttpMethodConverter extends Object implements org.springframework.core.convert.converter.Converter<String,org.springframework.http.HttpMethod>
  • Constructor Details

    • HttpMethodConverter

      public HttpMethodConverter()
  • Method Details

    • convert

      public org.springframework.http.HttpMethod convert(String source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,org.springframework.http.HttpMethod>