Package graphql.util
Class IdGenerator
java.lang.Object
graphql.util.IdGenerator
An id generator that uses
SecureRandom
for the initial seed and
Random
thereafter. This provides a better balance between securely random ids and performance.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdGenerator
public IdGenerator()
-
-
Method Details
-
uuid
-
generateId
-