Uses of Class
provided.utils.loader.impl.AObjectLoader
Packages that use AObjectLoader
Package
Description
Implementations of the definitions in the loader package
-
Uses of AObjectLoader in provided.utils.loader.impl
Subclasses of AObjectLoader in provided.utils.loader.implModifier and TypeClassDescriptionclass
ObjectLoader<ReturnT>
Factory that dynamically class loads and instantiates an object of type ReturnT This is a non-recursive object loader that should be used when the fully qualified name of the desired class can be determined BEFORE the object loader is invoked.