public class JandexClassFileServices extends Object implements org.jboss.weld.resources.spi.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() |
org.jboss.weld.resources.spi.ClassFileInfo |
getClassFileInfo(String className) |
public JandexClassFileServices(JandexDiscoveryStrategy strategy)
public org.jboss.weld.resources.spi.ClassFileInfo getClassFileInfo(String className)
getClassFileInfo in interface org.jboss.weld.resources.spi.ClassFileServicespublic void cleanupAfterBoot()
cleanupAfterBoot in interface org.jboss.weld.bootstrap.api.BootstrapServicepublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.ServiceCopyright © 2018. All rights reserved.