Class VertxHttpMethodConverter

java.lang.Object
org.apache.camel.component.vertx.http.VertxHttpMethodConverter

@Converter(generateLoader=true) public final class VertxHttpMethodConverter extends Object
Converter methods to convert from / to Vert.x HttpMethod
  • Method Details

    • toHttpMethod

      @Converter public static io.vertx.core.http.HttpMethod toHttpMethod(String string)
    • toString

      @Converter public static String toString(io.vertx.core.http.HttpMethod method)