public class SecurityScheme extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<SecurityScheme> |
__TYPE_ARG |
Constructor and Description |
---|
SecurityScheme(Object delegate) |
SecurityScheme(io.vertx.ext.web.openapi.SecurityScheme delegate) |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<RouterBuilder> |
bind(Function<io.vertx.core.json.JsonObject,io.reactivex.rxjava3.core.Single<AuthenticationHandler>> factory) |
RouterBuilder |
bindBlocking(Function<io.vertx.core.json.JsonObject,AuthenticationHandler> factory) |
boolean |
equals(Object o) |
io.vertx.ext.web.openapi.SecurityScheme |
getDelegate() |
int |
hashCode() |
static SecurityScheme |
newInstance(io.vertx.ext.web.openapi.SecurityScheme arg) |
String |
toString() |
public static final TypeArg<SecurityScheme> __TYPE_ARG
public SecurityScheme(io.vertx.ext.web.openapi.SecurityScheme delegate)
public SecurityScheme(Object delegate)
public io.vertx.ext.web.openapi.SecurityScheme getDelegate()
public RouterBuilder bindBlocking(Function<io.vertx.core.json.JsonObject,AuthenticationHandler> factory)
public io.vertx.core.Future<RouterBuilder> bind(Function<io.vertx.core.json.JsonObject,io.reactivex.rxjava3.core.Single<AuthenticationHandler>> factory)
public static SecurityScheme newInstance(io.vertx.ext.web.openapi.SecurityScheme arg)
Copyright © 2022 Eclipse. All rights reserved.