Class TypeToken.TypeSet

    • Method Detail

      • interfaces

        public TypeToken.TypeSet interfaces()
        Returns the types that are interfaces implemented by this type.
      • rawTypes

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