public class ClientProxyGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
generateSources |
| Constructor and Description |
|---|
ClientProxyGenerator(Predicate<org.jboss.jandex.DotName> applicationClassPredicate,
boolean generateSources,
boolean mockable,
ReflectionRegistration reflectionRegistration,
Set<String> existingClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBaseName(BeanInfo bean,
String beanClassName) |
protected String |
getPackageName(BeanInfo bean) |
protected boolean |
isPackagePrivate(int mod) |
protected boolean |
isReflectionFallbackNeeded(org.jboss.jandex.FieldInfo field,
String targetPackage) |
protected boolean |
isReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method,
String targetPackage) |
public ClientProxyGenerator(Predicate<org.jboss.jandex.DotName> applicationClassPredicate, boolean generateSources, boolean mockable, ReflectionRegistration reflectionRegistration, Set<String> existingClasses)
protected boolean isReflectionFallbackNeeded(org.jboss.jandex.MethodInfo method,
String targetPackage)
protected boolean isReflectionFallbackNeeded(org.jboss.jandex.FieldInfo field,
String targetPackage)
protected boolean isPackagePrivate(int mod)
Copyright © 2021 JBoss by Red Hat. All rights reserved.