protected class ClassInjector.UsingReflection.ClassLoadingAction extends Object implements PrivilegedExceptionAction<Class<?>>
| Modifier | Constructor and Description | 
|---|---|
| protected  | ClassLoadingAction(String name,
                  byte[] binaryRepresentation)Creates a new class loading action. | 
protected ClassLoadingAction(String name, byte[] binaryRepresentation)
name - The name of the class that is being loaded.binaryRepresentation - The binary representation of the class that is being loaded.public Class<?> run() throws IllegalAccessException, InvocationTargetException
run in interface PrivilegedExceptionAction<Class<?>>IllegalAccessExceptionInvocationTargetExceptionCopyright © 2014–2015. All rights reserved.