Annotation Type Id
-
@Target(FIELD) @Retention(RUNTIME) public @interface Id
Annotation used to mark resource field as an id in JSON API resource class.- Author:
- jbegic
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends ResourceIdHandler>value
-
-
-
Element Detail
-
value
Class<? extends ResourceIdHandler> value
- Default:
- com.github.jasminb.jsonapi.StringIdHandler.class
-
-