/ 

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

 

  • class publicRequestParameters_GroovyExtension
    • method final publictoJson(RequestParameters): Map<String, Object>
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 RequestParameters_GroovyExtension {
  public static java.util.Map<String, Object> toJson(io.vertx.ext.web.api.RequestParameters j_receiver) {
    return io.vertx.core.impl.ConversionHelper.fromJsonObject(j_receiver.toJson());
  }
}


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