Class AttributeKey<T>

  • Direct Known Subclasses:
    AttributeKey

    @DoNotInherit
    public abstract class AttributeKey<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeKey()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <U> AttributeKey<U> create​(java.lang.String name, java.lang.Class<U> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeKey

        public AttributeKey()
    • Method Detail

      • create

        public static <U> AttributeKey<U> create​(java.lang.String name,
                                                 java.lang.Class<U> clazz)