public interface ImplementationCreator
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader()
Accessor for the ClassLoader loading classes created at runtime
|
Object |
newInstance(Class pc,
ClassLoaderResolver loader)
Constructs an implementation for an interface and instantiates it
|
Object newInstance(Class pc, ClassLoaderResolver loader)
pc
- The class of the interface or abstract class, or concrete class defined in MetaDataloader
- The ClassLoaderResolver for the interfaceClassLoader getClassLoader()
Copyright © 2012. All Rights Reserved.