Class DbPropsInjector

java.lang.Object
org.restheart.mongodb.interceptors.DbPropsInjector
All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<MongoRequest,MongoResponse>, Interceptor<MongoRequest,MongoResponse>, MongoInterceptor, Plugin

public class DbPropsInjector extends Object implements MongoInterceptor
Injects the db properties into the MongoRequest It is also responsible of sending NOT_FOUND in case of requests involving not existing dbs (that are not PUT)
Author:
Andrea Di Cesare <andrea@softinstigate.com>