ma.glasnost.orika.impl.generator
Class ByteCodeClassLoader
java.lang.Object
java.lang.ClassLoader
ma.glasnost.orika.impl.generator.ByteCodeClassLoader
public class ByteCodeClassLoader
- extends ClassLoader
A simple class-loader that can load classes from bytes that have been
pre-cached for the given class name.
- Author:
- matt.deboer@gmail.com
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteCodeClassLoader
public ByteCodeClassLoader(ClassLoader parent)
findClass
protected Class<?> findClass(String name)
throws ClassNotFoundException
- Overrides:
findClass in class ClassLoader
- Throws:
ClassNotFoundException
Copyright © 2013 Glasnost. All Rights Reserved.