Class JandexClassFileServices
java.lang.Object
org.jboss.weld.environment.deployment.discovery.jandex.JandexClassFileServices
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.BootstrapService,org.jboss.weld.bootstrap.api.Service,org.jboss.weld.resources.spi.ClassFileServices
public class JandexClassFileServices
extends Object
implements org.jboss.weld.resources.spi.ClassFileServices
Jandex implementation of the
ClassFileServices), which is a service that is a faster alternative to get info about
class without a need to load it
with ClassLoader.- Author:
- Matej Briškár
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidorg.jboss.weld.resources.spi.ClassFileInfogetClassFileInfo(String className)
-
Constructor Details
-
JandexClassFileServices
-
-
Method Details
-
getClassFileInfo
- Specified by:
getClassFileInfoin interfaceorg.jboss.weld.resources.spi.ClassFileServices
-
cleanupAfterBoot
public void cleanupAfterBoot()- Specified by:
cleanupAfterBootin interfaceorg.jboss.weld.bootstrap.api.BootstrapService
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-