| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.lazy |
| Modifier and Type | Method and Description |
|---|---|
MethodModel |
ModelFactory.method(ExecutableElement element) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
TypeModel.methods() |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyMethodModel |
| Modifier and Type | Method and Description |
|---|---|
List<MethodModel> |
LazyTypeModel.methods() |
| Constructor and Description |
|---|
LazyTypeModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters,
String packageName,
String simpleName,
String fullName,
boolean isTypVariable,
Supplier<List<MethodModel>> methodsSupplier,
Supplier<List<VarModel>> fieldsSupplier) |
LazyTypeModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters,
String packageName,
String simpleName,
String fullName,
boolean isArray,
Supplier<TypeModel> rawTypeSupplier,
Supplier<TypeModel> componentTypeSupplier,
Supplier<List<MethodModel>> methodsSupplier,
Supplier<List<VarModel>> fieldsSupplier) |
Copyright © 2019. All rights reserved.