public interface ClassFileServices extends BootstrapService
ClassLoader and examining the result using Java reflection.| Modifier and Type | Method and Description |
|---|---|
ClassFileInfo |
getClassFileInfo(String className)
Obtains Java class metadata for a class identified with the specified class name.
|
cleanupAfterBootClassFileInfo getClassFileInfo(String className)
className - the specified class nameClassFileInfoException - if the service implementation is not able to obtain metadata of a class with the specified nameCopyright © 2008–2019. All rights reserved.