Uses of Interface
com.github.jasminb.jsonapi.ResourceIdHandler
-
Packages that use ResourceIdHandler Package Description com.github.jasminb.jsonapi com.github.jasminb.jsonapi.annotations -
-
Uses of ResourceIdHandler in com.github.jasminb.jsonapi
Classes in com.github.jasminb.jsonapi that implement ResourceIdHandler Modifier and Type Class Description classIntegerIdHandlerHandlesIntegeras resource identifier type.classLongIdHandlerHandlesLongas resource identifier type.classStringIdHandlerHandlesStringas resource identifier type.Methods in com.github.jasminb.jsonapi that return ResourceIdHandler Modifier and Type Method Description ResourceIdHandlerConverterConfiguration. getIdHandler(Class<?> clazz)Returns handler registered for given type's id field. -
Uses of ResourceIdHandler in com.github.jasminb.jsonapi.annotations
Methods in com.github.jasminb.jsonapi.annotations that return types with arguments of type ResourceIdHandler Modifier and Type Method Description Class<? extends ResourceIdHandler>value()
-