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.
- See Also:
-
PropertyKind
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyKind(io.vertx.sqlclient.PropertyKind<T> delegate) Create a new instance ofPropertyKinddelegating to the given (non-null) instance ofPropertyKind.PropertyKind(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0) PropertyKind(Object delegate, TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PropertyKind<T>booleanio.vertx.sqlclient.PropertyKind<T>Get the delegate instance.inthashCode()name()static <T> PropertyKind<T>newInstance(io.vertx.sqlclient.PropertyKind<T> delegate) Creates a new instance of thePropertyKind.static <T> PropertyKind<T>newInstance(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of thePropertyKind.toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
PropertyKind
Create a new instance ofPropertyKinddelegating to the given (non-null) instance ofPropertyKind. -
PropertyKind
-
PropertyKind
-
-
Method Details
-
getDelegate
Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
- 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
Creates a new instance of thePropertyKind. -
newInstance
public static <T> PropertyKind<T> newInstance(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of thePropertyKind. -
hashCode
public int hashCode() -
equals
-
toString
-