Uses of Interface
org.restheart.plugins.ExchangeTypeResolver
Packages that use ExchangeTypeResolver
-
Uses of ExchangeTypeResolver in org.restheart.plugins
Subinterfaces of ExchangeTypeResolver in org.restheart.pluginsModifier and TypeInterfaceDescriptioninterfaceSpecialized Interceptor interface for services implementing BsonServiceinterfaceSpecialized Service interface that uses BsonRequest and BsonResponseinterfaceinterfaceinterfaceSpecialized Interceptor interface for the GraphQL serviceinterfaceHandlingPlugin<R extends Request<?>,S extends Response<?>> Parent interface of handling plugins: Service and ProxyinterfaceInterceptor<R extends Request<?>,S extends Response<?>> Interceptors allow to snoop and modify requests and responses at different stages of the request lifecycle as defined by the interceptPoint parameter of the annotation RegisterPlugin.interfaceinterfaceSpecialized Service interface that uses JsonRequest and JsonResponseinterfaceSpecialized Interceptor interface for MongoServiceinterfaceinterfaceService<R extends ServiceRequest<?>,S extends ServiceResponse<?>> Services allow to extend the API adding web servicesinterfaceinterfaceinterfaceA special interceptor that intercepts requests handled by any Service -
Uses of ExchangeTypeResolver in org.restheart.utils
Methods in org.restheart.utils with parameters of type ExchangeTypeResolverModifier and TypeMethodDescriptionstatic TypePluginUtils.cachedRequestType(ExchangeTypeResolver plugin) Plugin.requestType() is heavy.static TypePluginUtils.cachedResponseType(ExchangeTypeResolver plugin) Plugin.responseType() is heavy.