public class JandexClassFileServices extends Object implements ClassFileServices
ClassFileServices), which is a service that is a faster alternative to get info about class without a need to load it
with ClassLoader.| Constructor and Description |
|---|
JandexClassFileServices(JandexDiscoveryStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
cleanupAfterBoot() |
ClassFileInfo |
getClassFileInfo(String className) |
public JandexClassFileServices(JandexDiscoveryStrategy strategy)
public ClassFileInfo getClassFileInfo(String className)
getClassFileInfo in interface ClassFileServicespublic void cleanupAfterBoot()
cleanupAfterBoot in interface BootstrapServiceCopyright © 2016. All Rights Reserved.