| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.lazy |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModel.componentType() |
TypeModel |
TypeModel.rawType() |
TypeModel |
MethodModel.returnType() |
TypeModel |
AnnotationModel.type() |
TypeModel |
VarModel.type() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
GenericModel.typeParameters() |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyTypeModel |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
LazyTypeModel.componentType() |
TypeModel |
LazyTypeModel.rawType() |
TypeModel |
LazyMethodModel.returnType() |
TypeModel |
LazyVarModel.type() |
TypeModel |
LazyAnnotationModel.type() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
LazyGenericModel.typeParameters() |
| Constructor and Description |
|---|
LazyAnnotationModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
TypeModel type) |
LazyMethodModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters,
TypeModel returnType,
String name,
Supplier<List<VarModel>> parametersSupplier,
Supplier<List<StatementModel>> bodySupplier) |
LazyVarModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
TypeModel type,
String name) |
| Constructor and Description |
|---|
LazyGenericModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters) |
LazyMethodModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters,
TypeModel returnType,
String name,
Supplier<List<VarModel>> parametersSupplier,
Supplier<List<StatementModel>> bodySupplier) |
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) |
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) |
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.