public class StaticUtils extends Object
| Constructor and Description |
|---|
StaticUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
collectibleType(Field field,
org.sindaryn.datafi.reflection.ReflectionCache reflectionCache) |
static BigDecimal |
generateRandomBigDecimalFromRange(int lowerBound,
int upperBound) |
static BufferedReader |
getBufferedReaderFor(String rsc,
org.springframework.core.io.ResourceLoader resourceLoader) |
static boolean |
isEmbeddedEntity(Field field,
org.sindaryn.datafi.reflection.ReflectionCache reflectionCache) |
static boolean |
isId(Field type) |
static String |
primitiveCollectionType(Field field) |
static String |
randomString() |
static String |
randomString(int len) |
public static BufferedReader getBufferedReaderFor(String rsc, org.springframework.core.io.ResourceLoader resourceLoader)
public static String randomString()
public static String randomString(int len)
public static boolean isEmbeddedEntity(Field field, org.sindaryn.datafi.reflection.ReflectionCache reflectionCache)
public static boolean isId(Field type)
public static Class<?> collectibleType(Field field, org.sindaryn.datafi.reflection.ReflectionCache reflectionCache)
public static BigDecimal generateRandomBigDecimalFromRange(int lowerBound, int upperBound)
Copyright © 2019. All rights reserved.