Package org.restheart.mongodb.exchange
Class BsonRequestPropsInjector
java.lang.Object
org.restheart.mongodb.exchange.BsonRequestPropsInjector
initialize the MongoRequest
Assumes that the MongoRequest and MongoRequest are already initialized
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinject(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
BsonRequestPropsInjector
public BsonRequestPropsInjector()
-
-
Method Details
-
inject
public static void inject(io.undertow.server.HttpServerExchange exchange)- Parameters:
exchange-
-