Package org.restheart.utils
Class RepresentationUtils
java.lang.Object
org.restheart.utils.RepresentationUtils
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPaginationLinks(io.undertow.server.HttpServerExchange exchange, long size) static StringgetReferenceLink(String parentUrl, Object docId) static StringgetReferenceLink(MongoResponse response, String parentUrl, org.bson.BsonValue docId)
-
Constructor Details
-
RepresentationUtils
public RepresentationUtils()
-
-
Method Details
-
getPaginationLinks
public static TreeMap<String,String> getPaginationLinks(io.undertow.server.HttpServerExchange exchange, long size) throws IllegalQueryParamenterException - Parameters:
exchange-size-- Returns:
- Throws:
IllegalQueryParamenterException
-
getReferenceLink
public static String getReferenceLink(MongoResponse response, String parentUrl, org.bson.BsonValue docId) - Parameters:
response-parentUrl-docId-- Returns:
-
getReferenceLink
- Parameters:
parentUrl-docId-- Returns:
-