Skip to content

Commit

Permalink
Generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 28, 2018
1 parent a124be7 commit 28dbb33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -2,7 +2,6 @@

import io.vertx.core.json.JsonObject;
import io.vertx.core.json.JsonArray;
import java.util.Objects;

/**
* Converter for {@link io.vertx.ext.web.api.contract.RouterFactoryOptions}.
Expand Down Expand Up @@ -47,5 +46,4 @@ static void toJson(RouterFactoryOptions obj, java.util.Map<String, Object> json)
json.put("mountValidationFailureHandler", obj.isMountValidationFailureHandler());
json.put("requireSecurityHandlers", obj.isRequireSecurityHandlers());
}

}
Expand Up @@ -2,7 +2,6 @@

import io.vertx.core.json.JsonObject;
import io.vertx.core.json.JsonArray;
import java.util.Objects;

/**
* Converter for {@link io.vertx.ext.web.client.WebClientOptions}.
Expand Down Expand Up @@ -43,5 +42,4 @@ public static void toJson(WebClientOptions obj, java.util.Map<String, Object> js
}
json.put("userAgentEnabled", obj.isUserAgentEnabled());
}

}

0 comments on commit 28dbb33

Please sign in to comment.