| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParameterType<T> |
class |
ClassParameterType<T> |
class |
ConstructorParameterType<T> |
class |
EnumParameterType<T extends Enum<T>> |
class |
SimpleParameterType<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> ParameterType<T> |
ParameterTypeRegistry.lookupByRegexp(String regexp) |
<T> ParameterType<T> |
ParameterTypeRegistry.lookupByType(Type type) |
<T> ParameterType<T> |
ParameterTypeRegistry.lookupByTypeName(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterType<?>> |
ParameterTypeRegistry.getParameters() |
List<ParameterType<?>> |
GeneratedExpression.getParameterTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterTypeRegistry.defineParameterType(ParameterType<?> parameterType) |
| Constructor and Description |
|---|
Argument(Integer offset,
String value,
ParameterType parameterType) |
| Constructor and Description |
|---|
GeneratedExpression(String expression,
List<String> parameterNames,
List<ParameterType<?>> parameterTypes) |
Copyright © 2017. All Rights Reserved.