Class CacheTypeCapture.OfGeneric<T>

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

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

      • OfGeneric

        public OfGeneric​(Class<T> type,
                         CacheType<?>[] typeArguments)