类 TypeRef.Argument

java.lang.Object
org.babyfish.jimmer.dto.compiler.TypeRef.Argument
封闭类:
TypeRef

public static class TypeRef.Argument extends Object
  • 构造器详细资料

    • Argument

      public Argument(TypeRef typeRef, boolean in, boolean out)
  • 方法详细资料

    • getTypeRef

      @Nullable public @Nullable TypeRef getTypeRef()
    • isIn

      public boolean isIn()
    • isOut

      public boolean isOut()
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object