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(Object delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
PropertyKind(PropertyKind delegate) |
Modifier and Type | Method and Description |
---|---|
static <T> PropertyKind<T> |
create(String name,
Class<T> type) |
boolean |
equals(Object o) |
PropertyKind |
getDelegate() |
int |
hashCode() |
String |
name() |
static <T> PropertyKind<T> |
newInstance(PropertyKind arg) |
static <T> PropertyKind<T> |
newInstance(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(PropertyKind delegate)
public PropertyKind getDelegate()
public static <T> PropertyKind<T> create(String name, Class<T> type)
name
- type
- name
, the type
can be used to check the property value type or cast it to the expected typepublic String name()
public static <T> PropertyKind<T> newInstance(PropertyKind arg)
public static <T> PropertyKind<T> newInstance(PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Copyright © 2023 Eclipse. All rights reserved.