Uses of Interface
de.xima.fc.api.rest.interfaces.response.IResource
-
Packages that use IResource Package Description de.xima.fc.api.rest.interfaces.response de.xima.fc.api.rest.models.response de.xima.fc.api.rest.util -
-
Uses of IResource in de.xima.fc.api.rest.interfaces.response
Classes in de.xima.fc.api.rest.interfaces.response with type parameters of type IResource Modifier and Type Interface Description interface
IResourcePage<TResource extends IResource>
Common interface for a page of resources.Subinterfaces of IResource in de.xima.fc.api.rest.interfaces.response Modifier and Type Interface Description interface
IUuidResource
Common interface for UUID resources provided by the REST API. -
Uses of IResource in de.xima.fc.api.rest.models.response
-
Uses of IResource in de.xima.fc.api.rest.util
Method parameters in de.xima.fc.api.rest.util with type arguments of type IResource Modifier and Type Method Description static <TEntity extends Serializable>
javax.ws.rs.core.ResponseRestServiceHelper. buildDefaultResourceGetResponse(javax.servlet.http.HttpServletRequest servletRequest, javax.ws.rs.core.Request rsRequest, Supplier<TEntity> entitySupplier, BiFunction<TEntity,Locale,IResource> resourceConverter)
-