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.UUID generateId()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • generateId

      public java.util.UUID generateId()
      Specified by:
      generateId in interface org.springframework.util.IdGenerator