| java.lang.Object org.kuali.rice.resourceloader.ObjectDefinitionResolver
ObjectDefinitionResolver | public class ObjectDefinitionResolver (Code) | | Resolves object definitions into java Objects that are wrapped in a proxy whose classloader is the current
context classloader.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
buildConstructorParamTypes | protected static Class>[] buildConstructorParamTypes(List constructorParameters)(Code) | | |
buildConstructorParams | protected static Object[] buildConstructorParams(List constructorParameters)(Code) | | |
wrap | public static Object wrap(Object object)(Code) | | Wraps the given object in a proxy which switches the context classloader appropriately. The classloader
of this resource loader is used.
|
wrap | public static Object wrap(Object object, ClassLoader classLoader)(Code) | | Wraps the given object in a proxy which switches the context classloader appropriately. The given classloader
is used as the context classloader.
|
|
|