| Package | Description |
|---|---|
| fluent.api.generator.model | |
| fluent.api.generator.model.impl |
| Modifier and Type | Method and Description |
|---|---|
VarModel |
ModelFactory.asMemberOf(DeclaredType declaring,
VariableElement member) |
default VarModel |
ModelFactory.variable(VariableElement variableElement) |
VarModel |
ModelFactory.variable(VariableElement variableElement,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
List<VarModel> |
TypeModel.fields() |
List<VarModel> |
MethodModel.parameters()
Get list of parameter (variable) models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VarModelImpl |
| Modifier and Type | Method and Description |
|---|---|
VarModel |
ModelTypeFactory.asMemberOf(DeclaredType declaring,
VariableElement member) |
VarModel |
ModelTypeFactory.variable(VariableElement variableElement,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
List<VarModel> |
AbstractTypeModel.fields() |
List<VarModel> |
ExecutableModel.parameters() |
Copyright © 2019. All rights reserved.