Uses of Class
com.google.common.reflect.TypeToken.TypeSet
-
Packages that use TypeToken.TypeSet Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of TypeToken.TypeSet in com.google.common.reflect
Subclasses of TypeToken.TypeSet in com.google.common.reflect Modifier and Type Class Description private class
TypeToken.ClassSet
private class
TypeToken.InterfaceSet
Fields in com.google.common.reflect declared as TypeToken.TypeSet Modifier and Type Field Description private TypeToken.TypeSet
TypeToken.InterfaceSet. allTypes
Methods in com.google.common.reflect that return TypeToken.TypeSet Modifier and Type Method Description TypeToken.TypeSet
TypeToken.ClassSet. classes()
TypeToken.TypeSet
TypeToken.InterfaceSet. classes()
TypeToken.TypeSet
TypeToken.TypeSet. classes()
Returns the types that are classes.TypeToken.TypeSet
TypeToken. getTypes()
Returns the set of interfaces and classes that this type is or is a subtype of.TypeToken.TypeSet
TypeToken.ClassSet. interfaces()
TypeToken.TypeSet
TypeToken.InterfaceSet. interfaces()
TypeToken.TypeSet
TypeToken.TypeSet. interfaces()
Returns the types that are interfaces implemented by this type.Constructors in com.google.common.reflect with parameters of type TypeToken.TypeSet Constructor Description InterfaceSet(TypeToken.TypeSet allTypes)
-