| Package | Description |
|---|---|
| fluent.api.generator.model | |
| fluent.api.generator.model.impl |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
ModelFactory.asMemberOf(TypeElement declaring,
TypeElement member) |
TypeModel |
MethodModel.declaringClass() |
TypeModel |
TypeModel.superClass() |
TypeModel |
ElementModel.type()
Get type model representing the return type.
|
TypeModel |
ModelFactory.type(TypeMirror typeMirror) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
TypeModel.interfaces() |
List<TypeModel> |
TypeModel.parameters() |
List<TypeModel> |
MethodModel.parameterTypes() |
List<TypeModel> |
TypeModel.parameterVariables() |
List<TypeModel> |
MethodModel.typeVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeModel.isSubclassOf(TypeModel parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeModel |
class |
ArrayTypeModel |
class |
ErrorTypeModel |
class |
NoTypeModel |
class |
PrimitiveTypeModel |
class |
TypeVariableModel |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
ModelTypeFactory.asMemberOf(TypeElement declaring,
TypeElement member) |
TypeModel |
ExecutableModel.declaringClass() |
TypeModel |
AbstractTypeModel.superClass() |
TypeModel |
VarModelImpl.type() |
TypeModel |
AbstractTypeModel.type() |
TypeModel |
ExecutableModel.type() |
TypeModel |
ModelTypeFactory.type(TypeMirror typeMirror) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
AbstractTypeModel.interfaces() |
List<TypeModel> |
AbstractTypeModel.parameters() |
List<TypeModel> |
ExecutableModel.parameterTypes() |
List<TypeModel> |
AbstractTypeModel.parameterVariables() |
List<TypeModel> |
ExecutableModel.typeVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractTypeModel.isSubclassOf(TypeModel parent) |
Copyright © 2019. All rights reserved.