public interface ModelBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fix() |
T |
fromResource(String resourceLocation) |
default Class[] |
getActualTypeArguments()
return Actual Type Arguments from Map
|
Class<T> |
getGenericType() |
List<T> |
list() |
List<T> |
list(int size) |
T |
max() |
T |
min() |
T |
mix() |
Set<T> |
set() |
Set<T> |
set(int size) |
default Class[] getActualTypeArguments()
T min()
T max()
T mix()
T fix()
T fromResource(String resourceLocation)
resourceLocation - may not be emptyList<T> list()
List<T> list(int size)
size - of CollectionCopyright © 2018 Mario Tema. All rights reserved.