类 UserProp

java.lang.Object
org.babyfish.jimmer.dto.compiler.UserProp

public class UserProp extends Object
  • 构造器详细资料

    • UserProp

      public UserProp(org.antlr.v4.runtime.Token alias, TypeRef typeRef, List<Anno> annotations)
  • 方法详细资料

    • getAlias

      public String getAlias()
    • getAliasLine

      public int getAliasLine()
    • getTypeRef

      public TypeRef getTypeRef()
    • getAnnotations

      public List<Anno> getAnnotations()
    • build

      public UserProp build()
    • equals

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

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

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