public class IntegerIdHandler extends Object implements ResourceIdHandler
Integer as resource identifier type.| Constructor and Description |
|---|
IntegerIdHandler()
Creates new IntegerIdHandler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asString(Object identifier)
Convert identifier to
String. |
Integer |
fromString(String source)
Create identifier object by consuming its string representation.
|
public String asString(Object identifier)
ResourceIdHandlerString.asString in interface ResourceIdHandleridentifier - to convertString identifier string representationpublic Integer fromString(String source)
ResourceIdHandlerfromString in interface ResourceIdHandlersource - String identifierCopyright © 2017. All rights reserved.