Class LazyUid
java.lang.Object
org.glassfish.jersey.internal.util.LazyUid
- All Implemented Interfaces:
Serializable
Lazily initialized, thread-safe, random UUID. Useful for identifying instances
for logging invalid input: '&' debugging purposes.
The UUID value gets initialized with the first call to
value()
method.
Once initialized, the UUID value stays the same.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
uid
-
-
Constructor Details
-
LazyUid
public LazyUid()
-
-
Method Details