public class ClassViewModel extends Object
Constructor and Description |
---|
ClassViewModel(Class<?> implementationParent,
Class<?>[] constructorParams,
Class<?> structInterface,
TypeInspector inspector) |
Modifier and Type | Method and Description |
---|---|
String |
className() |
List<Variable> |
constructorParams() |
List<Variable> |
fields() |
String |
flyweightInterface() |
String |
implementationParent() |
public ClassViewModel(Class<?> implementationParent, Class<?>[] constructorParams, Class<?> structInterface, TypeInspector inspector)
Copyright © 2013–2021. All rights reserved.