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.ClassFileServices
public void cleanupAfterBoot()
cleanupAfterBoot
in interface org.jboss.weld.bootstrap.api.BootstrapService
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2016. All rights reserved.