| Package | Description |
|---|---|
| fluent.dsl.model |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationModel> |
BaseModel.annotations() |
| Constructor and Description |
|---|
BaseModel(List<AnnotationModel> annotations,
String name) |
DslModel(String packageName,
List<AnnotationModel> annotations,
String name,
String factory,
ParameterModel source,
String delegate) |
KeywordModel(List<AnnotationModel> annotations,
TypeModel type,
String name,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding) |
ParameterModel(List<AnnotationModel> annotations,
TypeModel type,
String name) |
TypeModel(List<AnnotationModel> annotations,
String name) |
Copyright © 2019. All rights reserved.