Class PropertyKind<T>

java.lang.Object
io.vertx.mutiny.sqlclient.PropertyKind<T>
All Implemented Interfaces:
MutinyDelegate

public class PropertyKind<T> extends Object implements 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 Details

  • Constructor Details

    • PropertyKind

      public PropertyKind(io.vertx.sqlclient.PropertyKind<T> delegate)
      Create a new instance of PropertyKind delegating to the given (non-null) instance of PropertyKind.
    • PropertyKind

      public PropertyKind(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0)
    • PropertyKind

      public PropertyKind(Object delegate, TypeArg<T> typeArg_0)
  • Method Details

    • getDelegate

      public io.vertx.sqlclient.PropertyKind<T> 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:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • create

      public static <T> PropertyKind<T> create(String name, Class<T> 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(io.vertx.sqlclient.PropertyKind<T> delegate)
      Creates a new instance of the PropertyKind.
    • newInstance

      public static <T> PropertyKind<T> newInstance(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0)
      Creates a new instance of the PropertyKind.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object