Package com.github.jasminb.jsonapi
Interface ResourceIdHandler
-
- All Known Implementing Classes:
IntegerIdHandler,LongIdHandler,StringIdHandler
public interface ResourceIdHandlerResource identifier handler.Provides users with ability to use custom types as resource identifier objects.
- Author:
- jbegic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasString(Object identifier)Convert identifier toString.ObjectfromString(String source)Create identifier object by consuming its string representation.
-