Package graphql.util
Class IdGenerator
- java.lang.Object
-
- graphql.util.IdGenerator
-
public class IdGenerator extends java.lang.ObjectAn id generator that usesSecureRandomfor the initial seed andRandomthereafter. This provides a better balance between securely random ids and performance.
-
-
Constructor Summary
Constructors Constructor Description IdGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.UUIDgenerateId()static java.util.UUIDuuid()
-