| Class | Description |
|---|---|
| ArrayListGenerator |
Produces values of type
ArrayList. |
| BitSetGenerator |
Produces values of type
BitSet. |
| CollectionGenerator<T extends Collection> |
Base class for generators of
Collections. |
| DateGenerator |
Produces values of type
Date. |
| HashMapGenerator |
Produces values of type
HashMap. |
| HashSetGenerator |
Produces values of type
HashSet. |
| HashtableGenerator |
Produces values of type
Hashtable. |
| IdentityHashMapGenerator |
Produces values of type
IdentityHashMap. |
| LinkedHashMapGenerator |
Produces values of type
LinkedHashMap. |
| LinkedHashSetGenerator |
Produces values of type
LinkedHashSet. |
| LinkedListGenerator |
Produces values of type
LinkedList. |
| ListGenerator<T extends List> |
Base class for generators of
Lists. |
| LocaleGenerator |
Produces values of type
Locale. |
| MapGenerator<T extends Map> |
Base class for generators of
Maps. |
| OptionalDoubleGenerator |
Produces values of type
OptionalDouble. |
| OptionalGenerator |
Produces values of type
Optional. |
| OptionalIntGenerator |
Produces values of type
OptionalInt. |
| OptionalLongGenerator |
Produces values of type
OptionalLong. |
| PropertiesGenerator |
Produces values of type
Properties. |
| RFC4122 | |
| RFC4122.Version3 |
Produces values of type
UUID that are RFC 4122 Version 3
identifiers. |
| RFC4122.Version4 |
Produces values of type
UUID that are RFC 4122 Version 4
identifiers. |
| RFC4122.Version5 |
Produces values of type
UUID that are RFC 4122 Version 5
identifiers. |
| SetGenerator<T extends Set> |
Base class for generators of
Sets. |
| StackGenerator |
Produces values of type
Stack. |
| TimeZoneGenerator |
Produces values of type
TimeZone. |
| VectorGenerator |
Produces values of type
Vector. |
| Enum | Description |
|---|---|
| RFC4122.Namespaces |
Well-known "namespace" UUIDs.
|
| Annotation Type | Description |
|---|---|
| RFC4122.Namespace |
Used in version 3 and version 5 UUID generation to specify a
"namespace" UUID for use in generation.
|
Copyright © 2016. All rights reserved.