public static interface ValueGenerator.Src<T> extends ValueGenerator<T>, ValueSource<T>
ValueGenerator.G2VG<T>, ValueGenerator.Src<T>, ValueGenerator.ValueMap, ValueGenerator.VG2G<T>ValueSource.FactoryMap| Modifier and Type | Method and Description |
|---|---|
default ValueGenerator<? extends T> |
generate(ValueSource.FactoryMap factoryMap) |
default Class<T> |
getValueType()
Returns the type of values produced/contained by this instance.
|
constant, fromFunction, fromGenerator, getKey, link, next, next, nextKey, set, toGeneratorconstant, forField, fromDataSource, fromDataSupply, fromFunction, fromGenerator, getKey, nextKeydefault ValueGenerator<? extends T> generate(ValueSource.FactoryMap factoryMap)
generate in interface ValueSource<T>default Class<T> getValueType()
Typednull if the type is unknown;
should never return a primitive type.getValueType in interface Typed<T>getValueType in interface ValueGenerator<T>getValueType in interface ValueSource<T>Copyright © 2019. All rights reserved.