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 |
clearAssertionStatus, equals, getClass, getDefinedPackage, getDefinedPackages, getName, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, hashCode, isRegisteredAsParallelCapable, loadClass, notify, notifyAll, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, toString, wait, wait, wait |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.