Class ClientProxyGenerator

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

public class ClientProxyGenerator extends Object
Author:
Martin Kouba
  • Field Details

    • generateSources

      protected final boolean generateSources
    • reflectionRegistration

      protected final ReflectionRegistration reflectionRegistration
  • Constructor Details

    • ClientProxyGenerator

      public ClientProxyGenerator(Predicate<org.jboss.jandex.DotName> applicationClassPredicate, boolean generateSources, boolean mockable, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Set<org.jboss.jandex.DotName> singleContextNormalScopes)
  • Method Details

    • getBaseName

      protected String getBaseName(BeanInfo bean, 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)