Uses of Package
com.google.common.reflect
Packages that use com.google.common.reflect
-
Classes in com.google.common.reflect used by com.google.common.reflectClassDescriptionScans the source of a
ClassLoader
and finds all loadable classes and resources.Represents a class that can be loaded throughClassPath.ClassInfo.load()
.Represents a class path resource that can be either a class file or any other resource file loadable from the class path.A type-to-instance map backed by anImmutableMap
.A builder for creating immutable type-to-instance maps.Wrapper around either aMethod
or aConstructor
.Represents a method or constructor parameter.Captures a free type variable that can be used inTypeToken.where(com.google.common.reflect.TypeParameter<X>, com.google.common.reflect.TypeToken<X>)
.An object of this class encapsulates type mappings from type variables.A map, each entry of which maps aTypeToken
to an instance of that type.AType
with generics.The set of interfaces and classes thatT
is or is a subtype of.