Class CollectionPropsInjector

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

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