public class PropertyKind<T> extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<PropertyKind> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<T> |
__typeArg_0 |
| Constructor and Description |
|---|
PropertyKind(io.vertx.sqlclient.PropertyKind delegate) |
PropertyKind(io.vertx.sqlclient.PropertyKind delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.sqlclient.PropertyKind |
getDelegate() |
int |
hashCode() |
static <T> PropertyKind<T> |
newInstance(io.vertx.sqlclient.PropertyKind arg) |
static <T> PropertyKind<T> |
newInstance(io.vertx.sqlclient.PropertyKind arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<PropertyKind> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public PropertyKind(io.vertx.sqlclient.PropertyKind delegate)
public PropertyKind(io.vertx.sqlclient.PropertyKind delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0)
public io.vertx.sqlclient.PropertyKind getDelegate()
public static <T> PropertyKind<T> newInstance(io.vertx.sqlclient.PropertyKind arg)
public static <T> PropertyKind<T> newInstance(io.vertx.sqlclient.PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Copyright © 2019 Eclipse. All rights reserved.