public static interface InstanceValueGenerator.ValueGenerator<T extends IGeneric<T>>
| Modifier and Type | Method and Description |
|---|---|
Serializable |
generateInstanceValue(T meta,
List<T> supers,
Serializable value,
List<T> components) |
Serializable generateInstanceValue(T meta, List<T> supers, Serializable value, List<T> components)
meta - the meta of generic to create.supers - the supers of the generic to createvalue - the value proposed of the generic to createcomponents - the components of the generic to createCopyright © 2022. All rights reserved.