public class ClassLoaderForClassArtifacts extends ClassLoader
| Modifiers | Name | Description | 
|---|---|---|
SoftReference<Class>  | 
                            klazz | 
                            
| Constructor and description | 
|---|
                                ClassLoaderForClassArtifacts
                                (Class klazz) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public String | 
                            createClassName(Method method) | 
                        
 | 
                            public String | 
                            createClassName(String methodName) | 
                        
 | 
                            public Class | 
                            define(String name, byte[] bytes) | 
                        
 | 
                            public Constructor | 
                            defineClassAndGetConstructor(String name, byte[] bytes) | 
                        
 | 
                            public Class | 
                            loadClass(String name) | 
                        
| Methods inherited from class | Name | 
|---|---|
class ClassLoader | 
                            getName, loadClass, getPlatformClassLoader, getSystemClassLoader, getSystemResourceAsStream, getResourceAsStream, getSystemResource, getResource, getResources, getDefinedPackage, resources, isRegisteredAsParallelCapable, getSystemResources, getParent, getUnnamedModule, getDefinedPackages, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.