接口 EnumType

所有超级接口:
Type
所有已知实现类:
EnumTypeImpl

public interface EnumType extends Type
  • 方法详细资料

    • getJavaType

      Class<?> getJavaType()
    • getSimpleNames

      List<String> getSimpleNames()
    • getConstants

      List<EnumType.Constant> getConstants()
    • getDoc

      @Nullable org.babyfish.jimmer.client.meta.Doc getDoc()