| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactory.constructor(TypeModel builderModel,
VarModel... parameters) |
MethodModel |
ModelFactory.method(Collection<Modifier> modifiers,
String method,
List<VarModel> parameters) |
MethodModel |
ModelFactory.method(ExecutableElement method) |
MethodModel |
ModelFactory.method(String method,
List<VarModel> parameters) |
default MethodModel |
ModelFactory.method(String method,
VarModel... parameters) |
MethodModel |
MethodModel.owner(TypeModel owner) |
MethodModel |
MethodModel.returnType(TypeModel returnType) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
TypeModel.methods() |
| Modifier and Type | Method and Description |
|---|---|
StatementModel |
ModelFactory.statementModel(VarModel impl,
MethodModel body) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModel.methods(List<MethodModel> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodModelImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactoryImpl.constructor(TypeModel type,
VarModel... parameters) |
MethodModel |
ModelFactoryImpl.method(Collection<Modifier> modifiers,
String method,
List<VarModel> parameters) |
MethodModel |
ModelFactoryImpl.method(ExecutableElement method) |
MethodModel |
ModelFactoryImpl.method(String method,
List<VarModel> parameters) |
MethodModel |
MethodModelImpl.owner(TypeModel owner) |
MethodModel |
MethodModelImpl.returnType(TypeModel returnType) |
MethodModel |
MethodModelImpl.typeParameters(List<TypeModel> typeParameters) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
TypeModelImpl.methods() |
| Modifier and Type | Method and Description |
|---|---|
StatementModel |
ModelFactoryImpl.statementModel(VarModel target,
MethodModel method) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModelImpl.methods(List<MethodModel> methods) |
Copyright © 2019. All rights reserved.