| Package | Description |
|---|---|
| fluent.dsl.model | |
| fluent.dsl.plugin |
| Modifier and Type | Method and Description |
|---|---|
ParameterModel |
DslModel.addConstant(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterModel> |
DslModel.constants() |
List<ParameterModel> |
KeywordModel.parameters() |
| Modifier and Type | Method and Description |
|---|---|
KeywordModel |
TypeModel.add(String className,
String methodName,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding,
boolean useVarargs) |
| Constructor and Description |
|---|
DslModel(String packageName,
List<AnnotationModel> annotations,
String name,
String factory,
ParameterModel source,
String delegate) |
| Constructor and Description |
|---|
KeywordModel(List<AnnotationModel> annotations,
TypeModel type,
String name,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding,
boolean useVarargs) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
Plugin.generate(ParameterModel parameterModel,
Filer filer) |
Copyright © 2019. All rights reserved.