| Class | Description |
|---|---|
| AbstractStringGenerator |
Base class for generators of values of type
String. |
| BooleanGenerator |
Produces values of type
boolean or Boolean. |
| ByteGenerator |
Produces values of type
byte or Byte. |
| CharacterGenerator |
Produces values of type
char or Character. |
| DoubleGenerator |
Produces values for property parameters of type
double or
Double. |
| Encoded | |
| FloatGenerator |
Produces values of type
float or Float. |
| IntegerGenerator |
Produces values of type
int or Integer. |
| LongGenerator |
Produces values of type
long or Long. |
| ShortGenerator |
Produces values of type
short or Short. |
| StringGenerator |
Produces
Strings whose characters are in the interval
[0x0000, 0xD7FF]. |
| Annotation Type | Description |
|---|---|
| Encoded.InCharset |
Names a
Charset. |
Copyright © 2019. All rights reserved.