public static class InstanceValueGenerator.DefaultInstanceValueGenerator<T extends IGeneric<T>> extends Object implements InstanceValueGenerator.ValueGenerator<T>
| Constructor and Description |
|---|
DefaultInstanceValueGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
generateInstanceValue(T meta,
List<T> supers,
Serializable value,
List<T> components) |
public Serializable generateInstanceValue(T meta, List<T> supers, Serializable value, List<T> components)
generateInstanceValue in interface InstanceValueGenerator.ValueGenerator<T extends IGeneric<T>>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.