public class InterfaceModelImpl extends TypeModelImpl<InterfaceModel> implements InterfaceModel
| Constructor and Description |
|---|
InterfaceModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind) |
InterfaceModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind,
List<TypeModel<?>> typeParameters,
InterfaceModel rawType) |
| Modifier and Type | Method and Description |
|---|---|
protected InterfaceModel |
construct(String collect,
List<TypeModel<?>> typeParameters) |
protected InterfaceModel |
t() |
componentType, componentType, fields, fields, fullName, interfaces, isArray, isPrimitive, isTypeVariable, methods, methods, packageName, rawType, simpleName, toString, typeParameters, typestypeParametersannotations, metadata, modifiersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomponentType, componentType, fields, fields, fullName, interfaces, isArray, isPrimitive, isTypeVariable, methods, methods, packageName, rawType, simpleName, typestypeParameters, typeParametersannotations, metadata, modifierspublic InterfaceModelImpl(ModifiersModel modifiers, String packageName, String simpleName, String fullName, TypeKind kind)
public InterfaceModelImpl(ModifiersModel modifiers, String packageName, String simpleName, String fullName, TypeKind kind, List<TypeModel<?>> typeParameters, InterfaceModel rawType)
protected InterfaceModel t()
t in class TypeModelImpl<InterfaceModel>protected InterfaceModel construct(String collect, List<TypeModel<?>> typeParameters)
construct in class TypeModelImpl<InterfaceModel>Copyright © 2020. All rights reserved.