Package io.vertx.mutiny.sqlclient
Class PropertyKind<T>
java.lang.Object
io.vertx.mutiny.sqlclient.PropertyKind<T>
- All Implemented Interfaces:
MutinyDelegate
The kind of the property, this can be used to fetch some specific property of the
execution result.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyKind(io.vertx.sqlclient.PropertyKind delegate) PropertyKind(io.vertx.sqlclient.PropertyKind delegate, TypeArg<T> typeArg_0) PropertyKind(Object delegate, TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PropertyKind<T>booleanio.vertx.sqlclient.PropertyKindinthashCode()name()static <T> PropertyKind<T>newInstance(io.vertx.sqlclient.PropertyKind arg) static <T> PropertyKind<T>newInstance(io.vertx.sqlclient.PropertyKind arg, TypeArg<T> __typeArg_T) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
PropertyKind
public PropertyKind(io.vertx.sqlclient.PropertyKind delegate) -
PropertyKind
-
PropertyKind
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.PropertyKind getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
- Parameters:
name-type-- Returns:
- a property kind matching the provided
name, thetypecan be used to check the property value type or cast it to the expected type
-
name
- Returns:
- the property name
-
newInstance
-
newInstance
public static <T> PropertyKind<T> newInstance(io.vertx.sqlclient.PropertyKind arg, TypeArg<T> __typeArg_T)
-