| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorModel |
interface |
DefaultMethodModel |
interface |
StaticMethodModel |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactory.constructor(TypeModel<?> builderModel,
VarModel... parameters) |
MethodModel |
ModelFactory.defaultMethod(String name,
List<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) |
MethodModel |
ModelFactory.staticMethod(String name,
List<VarModel> parameters) |
| 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 |
|---|---|
T |
TypeModel.methods(List<MethodModel> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorModelImpl |
class |
DefaultMethodModelImpl |
class |
MethodModelImpl |
class |
StaticMethodModelImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactoryImpl.constructor(TypeModel<?> type,
VarModel... parameters) |
MethodModel |
ModelFactoryImpl.defaultMethod(String name,
List<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 |
ModelFactoryImpl.staticMethod(String name,
List<VarModel> parameters) |
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 |
|---|---|
T |
TypeModelImpl.methods(List<MethodModel> methods) |
Copyright © 2020. All rights reserved.