Class TypeToken.TypeSet

All Implemented Interfaces:
Serializable, Iterable<TypeToken<? super T>>, Collection<TypeToken<? super T>>, Set<TypeToken<? super T>>
Enclosing class:
TypeToken<T>

@Deprecated(since="2022-12-01") public class TypeToken.TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
The set of interfaces and classes that T is or is a subtype of. Object is not included in the set if this type is an interface.
See Also:
  • Method Details

    • interfaces

      public TypeToken<T>.TypeSet interfaces()
      Deprecated.
      Returns the types that are interfaces implemented by this type.
    • classes

      public TypeToken<T>.TypeSet classes()
      Deprecated.
      Returns the types that are classes.
    • rawTypes

      public Set<Class<? super T>> rawTypes()
      Deprecated.
      Returns the raw types of the types in this set, in the same order.