Package io.quarkus.arc.processor
Class ClientProxyGenerator
java.lang.Object
io.quarkus.arc.processor.ClientProxyGenerator
- Author:
- Martin Kouba
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientProxyGenerator(Predicate<org.jboss.jandex.DotName> applicationClassPredicate, boolean generateSources, boolean mockable, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Set<org.jboss.jandex.DotName> singleContextNormalScopes) -
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
-
-
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
-
isReflectionFallbackNeeded
protected boolean isReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method, String targetPackage) -
isReflectionFallbackNeeded
-
isPackagePrivate
protected boolean isPackagePrivate(int mod)
-