T - public interface ValueGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate(Class<?> targetClass)
Determines if this generator can generate the target class.
|
T[] |
makeValues()
Will emit a value guaranteed not to have been emitted before.
|
T[] makeValues()
boolean canGenerate(Class<?> targetClass)
targetClass - Copyright © 2015. All rights reserved.