| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
VarModel |
ModelFactory.constant(String name) |
VarModel |
ModelFactory.parameter(TypeModel model,
String parameterName) |
VarModel |
ModelFactory.parameter(VariableElement parameterModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,VarModel> |
TypeModel.fields() |
List<VarModel> |
MethodModel.parameters() |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactory.constructor(TypeModel builderModel,
VarModel... parameters) |
default MethodModel |
ModelFactory.method(String method,
VarModel... parameters) |
StatementModel |
ModelFactory.statementModel(VarModel impl,
MethodModel body) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModel.fields(Map<String,VarModel> fields) |
MethodModel |
ModelFactory.method(Collection<Modifier> modifiers,
String method,
List<VarModel> parameters) |
MethodModel |
ModelFactory.method(String method,
List<VarModel> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
VarModelImpl |
| Modifier and Type | Method and Description |
|---|---|
VarModel |
ModelFactoryImpl.constant(String name) |
VarModel |
ModelFactoryImpl.parameter(TypeModel model,
String parameterName) |
VarModel |
ModelFactoryImpl.parameter(VariableElement model) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,VarModel> |
TypeModelImpl.fields() |
List<VarModel> |
MethodModelImpl.parameters() |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactoryImpl.constructor(TypeModel type,
VarModel... parameters) |
StatementModel |
ModelFactoryImpl.statementModel(VarModel target,
MethodModel method) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModelImpl.fields(Map<String,VarModel> fields) |
MethodModel |
ModelFactoryImpl.method(Collection<Modifier> modifiers,
String method,
List<VarModel> parameters) |
MethodModel |
ModelFactoryImpl.method(String method,
List<VarModel> parameters) |
| Constructor and Description |
|---|
MethodModelImpl(ModifiersModel modifiers,
String name,
List<VarModel> parameters,
boolean isConstructor) |
Copyright © 2019. All rights reserved.