Class CsvJSInterceptor
java.lang.Object
org.restheart.polyglot.AbstractJSPlugin
org.restheart.polyglot.interceptors.AbstractJSInterceptor<BsonFromCsvRequest,BsonResponse>
org.restheart.polyglot.interceptors.CsvJSInterceptor
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<BsonFromCsvRequest,,BsonResponse> Interceptor<BsonFromCsvRequest,,BsonResponse> Plugin
-
Field Summary
Fields inherited from class org.restheart.polyglot.interceptors.AbstractJSInterceptor
resolvesFields inherited from class org.restheart.polyglot.AbstractJSPlugin
contextOptions, ctxs, description, engine, handles, handleSource, interceptPoint, isInterceptor, isService, matchPolicy, mclient, modulesReplacements, name, pluginArgs, pluginClass, secured, uri -
Constructor Summary
ConstructorsConstructorDescriptionCsvJSInterceptor(String name, String pluginClass, String description, InterceptPoint interceptPoint, org.graalvm.polyglot.Source handleSource, org.graalvm.polyglot.Source resolveSource, com.mongodb.client.MongoClient mclient, Map<String, Object> pluginArgs, Map<String, String> contextOptions) -
Method Summary
Methods inherited from class org.restheart.polyglot.interceptors.AbstractJSInterceptor
handle, resolveMethods inherited from class org.restheart.polyglot.AbstractJSPlugin
addBindings, context, ctx, finalize, getDescription, getInterceptPoint, getMatchPolicy, getName, getPluginClass, getUri, handle, isSecuredMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ConfigurablePlugin
arg, argOrDefaultMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Constructor Details
-
CsvJSInterceptor
-