Uses of Class
org.restheart.exchange.BsonResponse
-
Packages that use BsonResponse Package Description org.restheart.exchange org.restheart.plugins -
-
Uses of BsonResponse in org.restheart.exchange
Subclasses of BsonResponse in org.restheart.exchange Modifier and Type Class Description classMongoResponseResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseMethods in org.restheart.exchange that return BsonResponse Modifier and Type Method Description static BsonResponseBsonResponse. init(io.undertow.server.HttpServerExchange exchange)static BsonResponseBsonResponse. of(io.undertow.server.HttpServerExchange exchange) -
Uses of BsonResponse in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type BsonResponse Modifier and Type Method Description default Function<io.undertow.server.HttpServerExchange,BsonResponse>BsonService. response()
-