Class ReturnTypeInfo

java.lang.Object
org.geysermc.databaseutils.processor.query.type.ReturnTypeInfo

public final class ReturnTypeInfo extends Object
  • Constructor Details

  • Method Details

    • async

      public boolean async()
    • type

      public TypeMirror type()
    • elementType

      public TypeMirror elementType()
    • elementTypeOrType

      public TypeMirror elementTypeOrType()
    • isSelf

      public boolean isSelf()
    • isCollection

      public boolean isCollection()
    • isSelfCollection

      public boolean isSelfCollection()
    • isAnySelf

      public boolean isAnySelf()
    • isVoid

      public boolean isVoid()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object