Class Generator<T>
- java.lang.Object
-
- de.quantummaid.httpmaid.generator.Generator<T>
-
public final class Generator<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Generator<T>generator(T value, GenerationCondition condition)
-
-
-
Method Detail
-
generator
public static <T> Generator<T> generator(T value, GenerationCondition condition)
-
-