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 (variant) that this
generator instance will produce.
|
protected UUIDGenerator()
public abstract UUIDType getType()
Copyright © 2020 FasterXML.com. All rights reserved.