- java.lang.Object
-
- com.appslandia.common.base.UUIDGenerator
-
- All Implemented Interfaces:
TextGenerator
public class UUIDGenerator extends Object implements TextGenerator
- Author:
- Loc Ha
-
-
Field Summary
Fields Modifier and Type Field Description static UUIDGeneratorINSTANCE
-
Constructor Summary
Constructors Constructor Description UUIDGenerator()
-
-
-
Field Detail
-
INSTANCE
public static final UUIDGenerator INSTANCE
-
-
Method Detail
-
generate
public String generate()
- Specified by:
generatein interfaceTextGenerator
-
verify
public boolean verify(String value)
- Specified by:
verifyin interfaceTextGenerator
-
-