Uses of Interface
org.restheart.plugins.Interceptor
-
Packages that use Interceptor Package Description org.restheart.plugins org.restheart.utils Utility classes -
-
Uses of Interceptor in org.restheart.plugins
Subinterfaces of Interceptor in org.restheart.plugins Modifier and Type Interface Description interfaceBsonInterceptorSpecialized Interceptor interface for services implementing BsonServiceinterfaceByteArrayInterceptorinterfaceJsonInterceptorinterfaceMongoInterceptorSpecialized Interceptor interface for MongoServiceinterfaceProxyInterceptorMethods in org.restheart.plugins that return types with arguments of type Interceptor Modifier and Type Method Description Set<PluginRecord<Interceptor>>PluginsRegistry. getInterceptors() -
Uses of Interceptor in org.restheart.utils
Methods in org.restheart.utils with parameters of type Interceptor Modifier and Type Method Description static InterceptPointPluginUtils. interceptPoint(Interceptor interceptor)static booleanPluginUtils. requiresContent(Interceptor interceptor)
-