类 TypeName

java.lang.Object
org.babyfish.jimmer.client.meta.TypeName
所有已实现的接口:
Comparable<TypeName>

public final class TypeName extends Object implements Comparable<TypeName>
  • 字段详细资料

    • VOID

      public static final TypeName VOID
    • BOOLEAN

      public static final TypeName BOOLEAN
    • CHAR

      public static final TypeName CHAR
    • BYTE

      public static final TypeName BYTE
    • SHORT

      public static final TypeName SHORT
    • INT

      public static final TypeName INT
    • LONG

      public static final TypeName LONG
    • FLOAT

      public static final TypeName FLOAT
    • DOUBLE

      public static final TypeName DOUBLE
    • OBJECT

      public static final TypeName OBJECT
    • STRING

      public static final TypeName STRING
    • LIST

      public static final TypeName LIST
    • MAP

      public static final TypeName MAP
  • 方法详细资料

    • of

      public static TypeName of(String packageName, List<String> simpleNames)
    • typeVariable

      public TypeName typeVariable(String typeVariable)
    • getPackageName

      @Nullable public String getPackageName()
    • getSimpleNames

      @NotNull public List<String> getSimpleNames()
    • getTypeVariable

      @Nullable public String getTypeVariable()
    • isPrimitive

      public boolean isPrimitive()
    • isGenerationRequired

      public boolean isGenerationRequired()
    • compareTo

      public int compareTo(@NotNull TypeName o)
      指定者:
      compareTo 在接口中 Comparable<TypeName>
    • hashCode

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

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

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

      public String toString(boolean clientStyle)
    • parse

      public static TypeName parse(String value)