Uses of Class
com.google.common.reflect.TypeToken.TypeSet
Packages that use TypeToken.TypeSet
Package
Description
This package contains utilities to work with Java reflection.
-
Uses of TypeToken.TypeSet in com.google.common.reflect
Methods in com.google.common.reflect that return TypeToken.TypeSetModifier and TypeMethodDescriptionTypeToken.TypeSet.classes()Returns the types that are classes.TypeToken.getTypes()Returns the set of interfaces and classes that this type is or is a subtype of.TypeToken.TypeSet.interfaces()Returns the types that are interfaces implemented by this type.