public class RandomValueProvider extends Object implements DefaultValueProvider
Constructor and Description |
---|
RandomValueProvider() |
Modifier and Type | Method and Description |
---|---|
String |
chooseEnumValue(String path,
Set<String> values) |
BigDecimal |
getBigDecimalValue(String path) |
BigInteger |
getBigIntegerValue(String path) |
boolean |
getBooleanValue(String path) |
byte |
getByteValue(String path) |
char |
getCharValue(String path) |
double |
getDoubleValue(String path) |
String |
getDurationValueString(String path) |
float |
getFloatValue(String path) |
int |
getIntValue(String path) |
int |
getListLength(String path) |
long |
getLongValue(String path) |
QName |
getQNameValue(String path) |
short |
getShortValue(String path) |
String |
getStringValue(String path) |
URI |
getURIValue(String path) |
String |
getXMLGregorianCalendarValueString(String path) |
public boolean getBooleanValue(String path)
getBooleanValue
in interface DefaultValueProvider
public byte getByteValue(String path)
getByteValue
in interface DefaultValueProvider
public char getCharValue(String path)
getCharValue
in interface DefaultValueProvider
public double getDoubleValue(String path)
getDoubleValue
in interface DefaultValueProvider
public float getFloatValue(String path)
getFloatValue
in interface DefaultValueProvider
public int getIntValue(String path)
getIntValue
in interface DefaultValueProvider
public long getLongValue(String path)
getLongValue
in interface DefaultValueProvider
public short getShortValue(String path)
getShortValue
in interface DefaultValueProvider
public String getStringValue(String path)
getStringValue
in interface DefaultValueProvider
public QName getQNameValue(String path)
getQNameValue
in interface DefaultValueProvider
public URI getURIValue(String path)
getURIValue
in interface DefaultValueProvider
public BigDecimal getBigDecimalValue(String path)
getBigDecimalValue
in interface DefaultValueProvider
public BigInteger getBigIntegerValue(String path)
getBigIntegerValue
in interface DefaultValueProvider
public String getXMLGregorianCalendarValueString(String path)
getXMLGregorianCalendarValueString
in interface DefaultValueProvider
public String getDurationValueString(String path)
getDurationValueString
in interface DefaultValueProvider
public String chooseEnumValue(String path, Set<String> values)
chooseEnumValue
in interface DefaultValueProvider
public int getListLength(String path)
getListLength
in interface DefaultValueProvider
Apache CXF