JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.util
Interface IdGenerator
All Known Implementing Classes:
AlternativeJdkIdGenerator
,
JdkIdGenerator
,
SimpleIdGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
IdGenerator
Contract for generating universally unique identifiers (
UUIDs
).
Since:
4.0
Author:
Rossen Stoyanchev
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
UUID
generateId
()
Generate a new identifier.
Method Detail
generateId
UUID
generateId()
Generate a new identifier.
Returns:
the generated identifier
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method