/ 

io.vertx/ vertx-lang-groovy/ 3.8.0/ io/vertx/groovy/ext/web/api/RequestParameter_GroovyStaticExtension.java

 

  • class publicRequestParameter_GroovyStaticExtension
    • method final publiccreate(RequestParameter, String, Object): RequestParameter
    • method final publiccreate(RequestParameter, Object): RequestParameter
http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-lang-groovy-parent/vertx-lang-groovy: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ (Eclipse)
  • The Apache Software License, Version 2.0
  • Eclipse Public License - v 1.0
package io.vertx.groovy.ext.web.api;
public class RequestParameter_GroovyStaticExtension {
  public static io.vertx.ext.web.api.RequestParameter create(io.vertx.ext.web.api.RequestParameter j_receiver, java.lang.String name, java.lang.Object value) {
    return io.vertx.core.impl.ConversionHelper.fromObject(io.vertx.ext.web.api.RequestParameter.create(name,
      io.vertx.core.impl.ConversionHelper.toObject(value)));
  }
  public static io.vertx.ext.web.api.RequestParameter create(io.vertx.ext.web.api.RequestParameter j_receiver, java.lang.Object value) {
    return io.vertx.core.impl.ConversionHelper.fromObject(io.vertx.ext.web.api.RequestParameter.create(io.vertx.core.impl.ConversionHelper.toObject(value)));
  }
}


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community