| Package | Description |
|---|---|
| fluent.api.generator.model | |
| fluent.api.generator.model.impl |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactory.asMemberOf(DeclaredType declaring,
ExecutableElement member) |
MethodModel |
VarModel.method() |
default MethodModel |
ModelFactory.method(ExecutableElement executableElement) |
MethodModel |
ModelFactory.method(ExecutableElement executableElement,
ExecutableType type) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
TypeModel.constructors() |
List<MethodModel> |
TypeModel.declaredMethods() |
List<MethodModel> |
TypeModel.methods() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutableModel |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelTypeFactory.asMemberOf(DeclaredType declaring,
ExecutableElement member) |
MethodModel |
VarModelImpl.method() |
MethodModel |
ModelTypeFactory.method(ExecutableElement executableElement,
ExecutableType type) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
AbstractTypeModel.constructors() |
List<MethodModel> |
AbstractTypeModel.declaredMethods() |
List<MethodModel> |
AbstractTypeModel.methods() |
Copyright © 2019. All rights reserved.