Uses of Class
com.google.inject.internal.aop.ChildClassDefiner.ChildLoader
-
Packages that use ChildClassDefiner.ChildLoader Package Description com.google.inject.internal.aop -
-
Uses of ChildClassDefiner.ChildLoader in com.google.inject.internal.aop
Fields in com.google.inject.internal.aop declared as ChildClassDefiner.ChildLoader Modifier and Type Field Description (package private) static ChildClassDefiner.ChildLoader
ChildClassDefiner.SystemChildLoaderHolder. SYSTEM_CHILD_LOADER
Fields in com.google.inject.internal.aop with type parameters of type ChildClassDefiner.ChildLoader Modifier and Type Field Description (package private) static com.google.common.cache.LoadingCache<java.lang.ClassLoader,ChildClassDefiner.ChildLoader>
ChildClassDefiner.ChildLoaderCacheHolder. CHILD_LOADER_CACHE
Methods in com.google.inject.internal.aop that return ChildClassDefiner.ChildLoader Modifier and Type Method Description (package private) static ChildClassDefiner.ChildLoader
ChildClassDefiner. childLoader(java.lang.ClassLoader hostLoader)
Creates a child loader for the given host loader
-