Uses of Interface
org.restheart.plugins.Service
-
Packages that use Service Package Description org.restheart.handlers org.restheart.plugins org.restheart.utils Utility classes -
-
Uses of Service in org.restheart.handlers
Methods in org.restheart.handlers with parameters of type Service Modifier and Type Method Description static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler. wrap(PipelinedHandler next, Service<R,S> service)static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler. wrap(Service<R,S> service) -
Uses of Service in org.restheart.plugins
Subinterfaces of Service in org.restheart.plugins Modifier and Type Interface Description interfaceBsonServiceSpecialized Service interface that uses BsonRequest and BsonResponseinterfaceByteArrayServiceinterfaceJsonServiceSpecialized Service interface that uses JsonRequest and JsonResponseMethods in org.restheart.plugins that return types with arguments of type Service Modifier and Type Method Description Set<PluginRecord<Service>>PluginsRegistry. getServices() -
Uses of Service in org.restheart.utils
Methods in org.restheart.utils with type parameters of type Service Modifier and Type Method Description static <P extends Service>
StringPluginUtils. actualUri(Map<String,Object> conf, Class<P> serviceClass)static <P extends Service>
StringPluginUtils. defaultURI(Class<P> serviceClass)Methods in org.restheart.utils that return Service Modifier and Type Method Description static ServicePluginUtils. handlingService(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange)Methods in org.restheart.utils with parameters of type Service Modifier and Type Method Description static StringPluginUtils. defaultURI(Service service)static InterceptPoint[]PluginUtils. dontIntercept(Service service)
-