Package io.quarkus.arc.processor
Class AnnotationLiteralGenerator
java.lang.Object
io.quarkus.arc.processor.AnnotationLiteralGenerator
This is an internal companion of
AnnotationLiteralProcessor that handles generating
annotation literal classes. See generate() for more info.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBaseName(BeanInfo bean, String beanClassName) protected booleanisPackagePrivate(int mod) protected booleanisReflectionFallbackNeeded(org.jboss.jandex.FieldInfo field, String targetPackage, BeanInfo bean) protected booleanisReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method, String targetPackage)
-
Field Details
-
generateSources
protected final boolean generateSources -
reflectionRegistration
-
-
Method Details
-
getBaseName
-
isReflectionFallbackNeeded
protected boolean isReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method, String targetPackage) -
isReflectionFallbackNeeded
-
isPackagePrivate
protected boolean isPackagePrivate(int mod)
-