Uses of Class
org.restheart.exchange.MongoResponse
-
Packages that use MongoResponse Package Description org.restheart.exchange org.restheart.representation Classes to deal with MongoService resource representations -
-
Uses of MongoResponse in org.restheart.exchange
Methods in org.restheart.exchange that return MongoResponse Modifier and Type Method Description static MongoResponseMongoResponse. init(io.undertow.server.HttpServerExchange exchange)static MongoResponseMongoResponse. of(io.undertow.server.HttpServerExchange exchange) -
Uses of MongoResponse in org.restheart.representation
Methods in org.restheart.representation with parameters of type MongoResponse Modifier and Type Method Description static StringRepresentationUtils. getReferenceLink(MongoResponse response, String parentUrl, org.bson.BsonValue docId)
-