Class IdGenerators.JdkIdGenerator
java.lang.Object
org.springframework.integration.support.IdGenerators.JdkIdGenerator
- All Implemented Interfaces:
org.springframework.util.IdGenerator
- Enclosing class:
- IdGenerators
public static class IdGenerators.JdkIdGenerator
extends java.lang.Object
implements org.springframework.util.IdGenerator
UUID.randomUUID()
-
Constructor Summary
Constructors Constructor Description JdkIdGenerator() -
Method Summary
Modifier and Type Method Description java.util.UUIDgenerateId()
-
Constructor Details
-
JdkIdGenerator
public JdkIdGenerator()
-
-
Method Details
-
generateId
public java.util.UUID generateId()- Specified by:
generateIdin interfaceorg.springframework.util.IdGenerator
-