Uses of Class
org.restheart.exchange.BsonResponse
Packages that use BsonResponse
-
Uses of BsonResponse in org.restheart.exchange
Subclasses of BsonResponse in org.restheart.exchangeModifier and TypeClassDescriptionclassclassResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseMethods in org.restheart.exchange that return BsonResponseModifier and TypeMethodDescriptionstatic 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 BsonResponseModifier and TypeMethodDescriptiondefault Function<io.undertow.server.HttpServerExchange, BsonResponse> BsonService.response()