public interface ClassBytesFactory
| Modifier and Type | Method and Description |
|---|---|
ClassBytes |
loadClassBytes(ClassLoader initiating,
String name)
Tries to load the class bytes
|
ClassBytes |
loadPrimitive(String name)
If the name resolves to a primitive or a primitive array
get the classbytes
|
ClassBytes loadPrimitive(String name)
ClassBytes loadClassBytes(ClassLoader initiating, String name)
the - classloader to try to load the bytes fromname - the name of the class. This must be in the format 'package/ClassName'Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.