| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
InterfaceModel |
ModelFactory.interfaceModel(String packageName,
String dslName) |
| Modifier and Type | Method and Description |
|---|---|
List<InterfaceModel> |
TypeModel.interfaces() |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceModelImpl |
| Modifier and Type | Method and Description |
|---|---|
protected InterfaceModel |
InterfaceModelImpl.construct(String collect,
List<TypeModel<?>> typeParameters) |
InterfaceModel |
ModelFactoryImpl.interfaceModel(String packageName,
String className) |
protected InterfaceModel |
InterfaceModelImpl.t() |
| Modifier and Type | Method and Description |
|---|---|
List<InterfaceModel> |
TypeModelImpl.interfaces() |
| Constructor and Description |
|---|
InterfaceModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind,
List<TypeModel<?>> typeParameters,
InterfaceModel rawType) |
Copyright © 2020. All rights reserved.