public class UUIDStringSupplier
extends java.lang.Object
implements com.google.common.base.Supplier<java.lang.String>
| Constructor and Description |
|---|
UUIDStringSupplier() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get() |
static UUIDStringSupplier |
getInstance() |
public static UUIDStringSupplier getInstance()
public java.lang.String get()
get in interface com.google.common.base.Supplier<java.lang.String>