Class VertxHttpMethodConverter


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

      • toHttpMethod

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

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