Class PropertyKind<T>

java.lang.Object
io.vertx.reactivex.sqlclient.PropertyKind<T>
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class PropertyKind<T> extends Object implements io.vertx.lang.rx.RxDelegate
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 RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<PropertyKind> __TYPE_ARG
    • __typeArg_0

      public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
  • Constructor Details

    • PropertyKind

      public PropertyKind(PropertyKind delegate)
    • PropertyKind

      public PropertyKind(Object delegate, io.vertx.lang.rx.TypeArg<T> typeArg_0)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public PropertyKind getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • create

      public static <T> PropertyKind<T> create(String name, Class<T> type)
      Parameters:
      name -
      type -
      Returns:
      a property kind matching the provided name, the type can be used to check the property value type or cast it to the expected type
    • name

      public String name()
      Returns:
      the property name
    • newInstance

      public static <T> PropertyKind<T> newInstance(PropertyKind arg)
    • newInstance

      public static <T> PropertyKind<T> newInstance(PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)