public interface ResourceIdHandler
Provides users with ability to use custom types as resource identifier objects.
| Modifier and Type | Method and Description |
|---|---|
String |
asString(Object identifier)
Convert identifier to
String. |
Object |
fromString(String source)
Create identifier object by consuming its string representation.
|
Copyright © 2017. All rights reserved.