程序包 cn.zhxu.bs.label

类 LabelKey

java.lang.Object
cn.zhxu.bs.label.LabelKey

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

    • LabelKey

      public LabelKey(String key, Class<?> idType)
  • 方法详细资料

    • equals

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

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

      public String getKey()
    • supports

      public boolean supports(LabelLoader<?> labelLoader)
    • matchType

      public boolean matchType(Type argType)
    • toString

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