Package org.apache.cxf.common.spi
Class ClassGeneratorClassLoader.TypeHelperClassLoader
- java.lang.Object
-
- java.lang.ClassLoader
-
- org.apache.cxf.common.spi.ClassGeneratorClassLoader.TypeHelperClassLoader
-
- Enclosing class:
- ClassGeneratorClassLoader
public static class ClassGeneratorClassLoader.TypeHelperClassLoader extends ClassLoader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
defineClass(String name, byte[] bytes)
protected Class<?>
findClass(String name)
Class<?>
lookupDefinedClass(String name)
-
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
-
-
-
Method Detail
-
findClass
protected Class<?> findClass(String name) throws ClassNotFoundException
- Overrides:
findClass
in classClassLoader
- Throws:
ClassNotFoundException
-
-