| Package | Description |
|---|---|
| fluent.api.generator.model |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
ModelFactoryImpl.asMemberOf(TypeElement declaring,
TypeElement member) |
TypeModel |
ModelFactory.asMemberOf(TypeElement declaring,
TypeElement member) |
TypeModel |
MethodModel.declaringClass() |
TypeModel |
ModelFactoryImpl.model(TypeMirror typeMirror) |
TypeModel |
ModelFactory.model(TypeMirror typeMirror) |
TypeModel |
TypeModel.superClass() |
TypeModel |
VarModel.type() |
TypeModel |
MethodModel.type()
Get type model representing the return type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
TypeModel.interfaces() |
List<TypeModel> |
TypeModel.parameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodModel.isComplex(TypeModel typeModel) |
boolean |
MethodModel.isSimple(TypeModel model) |
Copyright © 2018. All rights reserved.