Package org.restheart.plugins
Interface JsonInterceptor
-
- All Superinterfaces:
ConfigurablePlugin,ExchangeTypeResolver<JsonRequest,JsonResponse>,Interceptor<JsonRequest,JsonResponse>,Plugin
public interface JsonInterceptor extends Interceptor<JsonRequest,JsonResponse>
- Author:
- Andrea Di Cesare
-
-
Method Summary
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Interceptor
handle, resolve
-
-