public class EnhancedRandomParameters extends Object
EnhancedRandom
instance.Modifier and Type | Class and Description |
---|---|
static class |
EnhancedRandomParameters.Range<T> |
Constructor and Description |
---|
EnhancedRandomParameters() |
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset() |
EnhancedRandomParameters.Range<java.time.LocalDate> |
getDateRange() |
int |
getMaxCollectionSize() |
int |
getMaxStringLength() |
long |
getSeed() |
EnhancedRandomParameters.Range<java.time.LocalTime> |
getTimeRange() |
boolean |
isScanClasspathForConcreteTypes() |
void |
setCharset(Charset charset) |
void |
setDateRange(java.time.LocalDate min,
java.time.LocalDate max) |
void |
setMaxCollectionSize(int maxCollectionSize) |
void |
setMaxStringLength(int maxStringLength) |
void |
setScanClasspathForConcreteTypes(boolean scanClasspathForConcreteTypes) |
void |
setSeed(long seed) |
void |
setTimeRange(java.time.LocalTime min,
java.time.LocalTime max) |
public long getSeed()
public void setSeed(long seed)
public int getMaxCollectionSize()
public void setMaxCollectionSize(int maxCollectionSize)
public boolean isScanClasspathForConcreteTypes()
public void setScanClasspathForConcreteTypes(boolean scanClasspathForConcreteTypes)
public int getMaxStringLength()
public void setMaxStringLength(int maxStringLength)
public Charset getCharset()
public void setCharset(Charset charset)
public EnhancedRandomParameters.Range<java.time.LocalDate> getDateRange()
public void setDateRange(java.time.LocalDate min, java.time.LocalDate max)
public EnhancedRandomParameters.Range<java.time.LocalTime> getTimeRange()
public void setTimeRange(java.time.LocalTime min, java.time.LocalTime max)
Copyright © 2016. All Rights Reserved.