Class CacheTypeCapture.OfClass<T>

  • All Implemented Interfaces:
    CacheType<T>
    Enclosing class:
    CacheTypeCapture<T>

    public static class CacheTypeCapture.OfClass<T>
    extends Object
    CacheType representing a class.
    • Constructor Detail

      • OfClass

        public OfClass​(Class<T> type)
    • Method Detail

      • getType

        public Class<T> getType()
        Description copied from interface: CacheType
        Class type if not an array.
        Specified by:
        getType in interface CacheType<T>
      • getTypeName

        public String getTypeName()
        Description copied from interface: CacheType
        Java language compatible type name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object