See: Description
| Class | Description |
|---|---|
| AbstractRestObject<T extends AbstractRestObject<T,P>,P> |
This abstract class represents a singleton that is to be manipulated by an AbstractRestResource.
|
| AbstractRestResource<T extends AbstractRestObject<T,?>,S extends GetRestObjectEvent<T>> |
This abstract class represents the interface between HTTP requests
and a singleton object that can be manipulated by such.
|
| HttpResponseFactory |
This factory creates common server responses to HTTP requests.
|
| RestResourceConfig |
Configuration file that registers all rest classes.
|
Copyright © 2017–2019. All rights reserved.