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