Class ClientProxyGenerator


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

      • generateSources

        protected final boolean generateSources
    • Constructor Detail

      • ClientProxyGenerator

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

      • 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)