
public interface IdentifierGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier(Class<?> identifierType)
Generates random identifier.
|
String getIdentifier(Class<?> identifierType) throws IdentifierGeneratorException
identifierType - type of identifier we want to getIdentifierGeneratorException - when no identifier can be returnedCopyright © 2013 JBoss by Red Hat. All Rights Reserved.