public abstract class UUIDGenerator extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
UUIDGenerator()
Constructor is private to enforce singleton access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract UUIDType | 
getType()
Accessor for determining type of UUIDs (version) that this
 generator instance will produce. 
 | 
protected UUIDGenerator()
public abstract UUIDType getType()
Copyright © 2023 FasterXML.com. All rights reserved.