public class FakeDataRandomUtils extends Object
| 构造器和说明 |
|---|
FakeDataRandomUtils(FakeConfig fakeConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
randomBigDecimal(int precision,
int scale) |
Long |
randomBigint() |
Boolean |
randomBoolean() |
byte[] |
randomBytes() |
Double |
randomDouble() |
Float |
randomFloat() |
Integer |
randomInt() |
java.time.LocalDate |
randomLocalDate() |
java.time.LocalDateTime |
randomLocalDateTime() |
java.time.LocalTime |
randomLocalTime() |
Short |
randomSmallint() |
String |
randomString() |
Byte |
randomTinyint() |
public FakeDataRandomUtils(FakeConfig fakeConfig)
public Boolean randomBoolean()
public BigDecimal randomBigDecimal(int precision, int scale)
public byte[] randomBytes()
public String randomString()
public Byte randomTinyint()
public Short randomSmallint()
public Integer randomInt()
public Long randomBigint()
public Float randomFloat()
public Double randomDouble()
public java.time.LocalDate randomLocalDate()
public java.time.LocalTime randomLocalTime()
public java.time.LocalDateTime randomLocalDateTime()
Copyright © 2023 The Apache Software Foundation. All rights reserved.