Class HALRepresentation

java.lang.Object
org.restheart.mongodb.hal.HALRepresentation
All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<MongoRequest,MongoResponse>, Interceptor<MongoRequest,MongoResponse>, MongoInterceptor, Plugin

public class HALRepresentation extends Object implements MongoInterceptor
Transform the response content to HAL or SHAL format when required (e.g. when the request has the query parameter ?rep=HAL)
Author:
Andrea Di Cesare <andrea@softinstigate.com>