| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModel.componentType() |
TypeModel |
TypeModel.componentType(TypeModel componentType) |
TypeModel |
TypeModel.fields(List<VarModel> fields) |
TypeModel |
TypeModel.methods(List<MethodModel> methods) |
TypeModel |
MethodModel.owner() |
TypeModel |
TypeModel.rawType() |
TypeModel |
TypeModel.rawType(TypeModel rawType) |
TypeModel |
MethodModel.returnType() |
TypeModel |
TypeModel.superClass() |
TypeModel |
TypeModel.superClass(TypeModel dslType) |
TypeModel |
AnnotationModel.type() |
TypeModel |
VarModel.type() |
TypeModel |
ModelFactory.type(Element element) |
TypeModel |
ModelFactory.type(String packageName,
String dslName) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
TypeModel.interfaces() |
List<TypeModel> |
TypeModel.nestedClasses() |
List<TypeModel> |
GenericModel.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModel.componentType(TypeModel componentType) |
MethodModel |
ModelFactory.constructor(TypeModel builderModel,
VarModel... parameters) |
MethodModel |
MethodModel.owner(TypeModel owner) |
VarModel |
ModelFactory.parameter(TypeModel model,
String parameterName) |
TypeModel |
TypeModel.rawType(TypeModel rawType) |
MethodModel |
MethodModel.returnType(TypeModel returnType) |
TypeModel |
TypeModel.superClass(TypeModel dslType) |
| Modifier and Type | Method and Description |
|---|---|
T |
GenericModel.typeParameters(List<TypeModel> typeParameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeModelImpl |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModelImpl.componentType() |
TypeModel |
TypeModelImpl.componentType(TypeModel componentType) |
TypeModel |
TypeModelImpl.fields(List<VarModel> fields) |
TypeModel |
TypeModelImpl.methods(List<MethodModel> methods) |
TypeModel |
MethodModelImpl.owner() |
TypeModel |
TypeModelImpl.rawType() |
TypeModel |
TypeModelImpl.rawType(TypeModel rawType) |
TypeModel |
MethodModelImpl.returnType() |
TypeModel |
TypeModelImpl.superClass() |
TypeModel |
TypeModelImpl.superClass(TypeModel superClass) |
TypeModel |
VarModelImpl.type() |
TypeModel |
ModelFactoryImpl.type(Element element) |
TypeModel |
ModelFactoryImpl.type(String packageName,
String className) |
TypeModel |
TypeModelImpl.typeParameters(List<TypeModel> typeParameters) |
TypeModel |
ModelFactoryImpl.visit(TypeMirror t) |
TypeModel |
ModelFactoryImpl.visit(TypeMirror t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitArray(ArrayType t,
Element element) |
TypeModel |
ModelFactoryImpl.visitDeclared(DeclaredType t,
Element element) |
TypeModel |
ModelFactoryImpl.visitError(ErrorType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitExecutable(ExecutableType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitIntersection(IntersectionType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitNoType(NoType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitNull(NullType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitPrimitive(PrimitiveType t,
Element element) |
TypeModel |
ModelFactoryImpl.visitTypeVariable(TypeVariable t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitUnion(UnionType t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitUnknown(TypeMirror t,
Element typeElement) |
TypeModel |
ModelFactoryImpl.visitWildcard(WildcardType t,
Element typeElement) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
TypeModelImpl.interfaces() |
List<TypeModel> |
TypeModelImpl.nestedClasses() |
List<TypeModel> |
GenericModelImpl.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModelImpl.componentType(TypeModel componentType) |
MethodModel |
ModelFactoryImpl.constructor(TypeModel type,
VarModel... parameters) |
MethodModel |
MethodModelImpl.owner(TypeModel owner) |
VarModel |
ModelFactoryImpl.parameter(TypeModel model,
String parameterName) |
TypeModel |
TypeModelImpl.rawType(TypeModel rawType) |
MethodModel |
MethodModelImpl.returnType(TypeModel returnType) |
TypeModel |
TypeModelImpl.superClass(TypeModel superClass) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
TypeModelImpl.typeParameters(List<TypeModel> typeParameters) |
MethodModel |
MethodModelImpl.typeParameters(List<TypeModel> typeParameters) |
| Constructor and Description |
|---|
VarModelImpl(ModifiersModel modifiers,
TypeModel type,
String name) |
| Constructor and Description |
|---|
TypeModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind,
List<TypeModel> typeParameters) |
Copyright © 2019. All rights reserved.