Class ContextInstancesGenerator

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

public class ContextInstancesGenerator extends Object
  • Field Details

    • generateSources

      protected final boolean generateSources
    • reflectionRegistration

      protected final ReflectionRegistration reflectionRegistration
  • Constructor Details

    • ContextInstancesGenerator

      public ContextInstancesGenerator(boolean generateSources, ReflectionRegistration reflectionRegistration, BeanDeployment beanDeployment, Map<org.jboss.jandex.DotName,String> scopeToGeneratedName)
  • Method Details

    • getBeanBaseName

      protected final String getBeanBaseName(String beanClassName)
      Returns a simple name of the given beanClassName, stripped of the BeanGenerator.BEAN_SUFFIX.
      Returns:
      a simple name of the given beanClassName, stripped of the BeanGenerator.BEAN_SUFFIX
    • isReflectionFallbackNeeded

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

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