Class BindKey<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class BindKey<T>
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Paul Hammant
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BindKey​(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> BindKey<T> bindKey​(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)  
      boolean equals​(java.lang.Object o)  
      java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()  
      java.lang.Class<T> getType()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BindKey

        public BindKey​(java.lang.Class<T> type,
                       java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
    • Method Detail

      • getType

        public java.lang.Class<T> getType()
      • getAnnotation

        public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • bindKey

        public static <T> BindKey<T> bindKey​(java.lang.Class<T> type,
                                             java.lang.Class<? extends java.lang.annotation.Annotation> annotation)