public final class GeneratorHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeneratorHelper.DeclarationAccessorMethod |
static class |
GeneratorHelper.DeclarationMatcher |
static class |
GeneratorHelper.EqualsMethod |
static class |
GeneratorHelper.EvaluateMethod |
static class |
GeneratorHelper.GetMethodBytecodeMethod |
Modifier and Type | Field and Description |
---|---|
static Long |
INVOKER_SERIAL_UID |
Constructor and Description |
---|
GeneratorHelper() |
Modifier and Type | Method and Description |
---|---|
static ClassGenerator |
createInvokerClassGenerator(String className,
InvokerDataProvider data,
ClassLoader classLoader,
TypeResolver typeResolver) |
static List<GeneratorHelper.DeclarationMatcher> |
matchDeclarationsToTuple(Declaration[] declarations) |
public static final Long INVOKER_SERIAL_UID
public static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(Declaration[] declarations)
public static ClassGenerator createInvokerClassGenerator(String className, InvokerDataProvider data, ClassLoader classLoader, TypeResolver typeResolver)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.