public class JandexClassFileInfo extends Object implements org.jboss.weld.resources.spi.ClassFileInfo
| Constructor and Description |
|---|
JandexClassFileInfo(String className,
org.jboss.jandex.IndexView index,
ComputingCache<org.jboss.jandex.DotName,Set<String>> annotationClassAnnotationsCache,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAnnotation(Class<? extends Annotation> annotation) |
String |
getClassName() |
int |
getModifiers() |
String |
getSuperclassName() |
boolean |
hasCdiConstructor() |
boolean |
isAnnotationDeclared(Class<? extends Annotation> annotation) |
boolean |
isAssignableFrom(Class<?> fromClass) |
boolean |
isAssignableTo(Class<?> toClass) |
boolean |
isTopLevelClass() |
boolean |
isVetoed() |
String |
toString() |
public JandexClassFileInfo(String className, org.jboss.jandex.IndexView index, ComputingCache<org.jboss.jandex.DotName,Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader)
public String getClassName()
getClassName in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean isAnnotationDeclared(Class<? extends Annotation> annotation)
isAnnotationDeclared in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean containsAnnotation(Class<? extends Annotation> annotation)
containsAnnotation in interface org.jboss.weld.resources.spi.ClassFileInfopublic int getModifiers()
getModifiers in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean hasCdiConstructor()
hasCdiConstructor in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean isAssignableFrom(Class<?> fromClass)
isAssignableFrom in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean isAssignableTo(Class<?> toClass)
isAssignableTo in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean isVetoed()
isVetoed in interface org.jboss.weld.resources.spi.ClassFileInfopublic boolean isTopLevelClass()
isTopLevelClass in interface org.jboss.weld.resources.spi.ClassFileInfopublic String getSuperclassName()
getSuperclassName in interface org.jboss.weld.resources.spi.ClassFileInfoCopyright © 2018. All rights reserved.