public interface FillerFactory
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.function.Function<T,T> |
defaultFiller(Context<T> context)
Method return a default filler used for complex object.
|
<T> java.util.function.Function<T,T> |
filler(Context<T> context)
Method return a filler instance for filling object of the clazz
|
<T> java.util.function.Function<T,T> filler(Context<T> context)
T - type of the object.context - context used for building filler. Can't be null.<T> java.util.function.Function<T,T> defaultFiller(Context<T> context)
T - type of the object.context - context used for building filler. Can't be null.Copyright © 2020. All rights reserved.