Class AnnotationLiteralGenerator

java.lang.Object
io.quarkus.arc.processor.AnnotationLiteralGenerator

public class AnnotationLiteralGenerator extends Object
This is an internal companion of AnnotationLiteralProcessor that handles generating annotation literal classes. See generate() for more info.
  • Field Details

    • generateSources

      protected final boolean generateSources
    • reflectionRegistration

      protected final ReflectionRegistration reflectionRegistration
  • Method Details

    • getBaseName

      protected String getBaseName(String beanClassName)
    • isReflectionFallbackNeeded

      protected boolean isReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method, String targetPackage)
    • isReflectionFallbackNeeded

      protected boolean isReflectionFallbackNeeded(org.jboss.jandex.FieldInfo field, String targetPackage, BeanInfo bean)
    • isPackagePrivate

      protected boolean isPackagePrivate(int mod)