Class BasicRestObjectGroup

All Implemented Interfaces:
BasicUniversalConfig, DefaultConfig, DefaultHtmlConfig, BasicGroupOperations, BasicRestOperations

public abstract class BasicRestObjectGroup extends BasicRestObject implements BasicGroupOperations
Identical to BasicRestServletGroup but doesn't extend from HttpServlet.

Meant as a base class for child REST resources in servlet containers or Spring Boot environments.

Provides support for JSON, XML, HTML, URL-Encoding, UON, XML, OpenAPI, and MessagePack. See BasicUniversalConfig for details.

Implements the basic REST endpoints defined in BasicRestOperations and BasicGroupOperations.

Children are attached to this resource using the @Rest(children) annotation.

See Also: