public class ValueResolverGenerator extends Object
ValueResolver| Modifier and Type | Class and Description |
|---|---|
static class |
ValueResolverGenerator.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY |
static String |
IGNORE |
static String |
IGNORE_SUPERCLASSES |
static String |
NESTED_SEPARATOR |
static String |
PROPERTIES |
static String |
SUFFIX |
static org.jboss.jandex.DotName |
TEMPLATE_DATA |
static org.jboss.jandex.DotName |
TEMPLATE_DATA_CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
static ValueResolverGenerator.Builder |
builder() |
void |
generate(org.jboss.jandex.ClassInfo clazz) |
Set<String> |
getAnalyzedTypes() |
Set<String> |
getGeneratedTypes() |
static String |
getPropertyName(String methodName) |
static boolean |
isSynthetic(int mod) |
static boolean |
isVarArgs(org.jboss.jandex.MethodInfo method) |
public static final org.jboss.jandex.DotName TEMPLATE_DATA
public static final org.jboss.jandex.DotName TEMPLATE_DATA_CONTAINER
public static final String SUFFIX
public static final String NESTED_SEPARATOR
public static final String IGNORE_SUPERCLASSES
public static final String IGNORE
public static final String PROPERTIES
public static final int DEFAULT_PRIORITY
public static ValueResolverGenerator.Builder builder()
public void generate(org.jboss.jandex.ClassInfo clazz)
public static boolean isSynthetic(int mod)
public static boolean isVarArgs(org.jboss.jandex.MethodInfo method)
Copyright © 2020 JBoss by Red Hat. All rights reserved.