Package org.restheart.plugins
Interface ExchangeTypeResolver<R extends Request<?>,S extends Response<?>>
-
- Type Parameters:
R-S-
- All Known Subinterfaces:
BsonInterceptor,BsonService,ByteArrayInterceptor,ByteArrayService,HandlingPlugin<R,S>,Interceptor<R,S>,JsonInterceptor,JsonService,MongoInterceptor,ProxyInterceptor,Service<R,S>
public interface ExchangeTypeResolver<R extends Request<?>,S extends Response<?>>Abstract class to get the response and request implementation classes at runtime- Author:
- Andrea Di Cesare
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TyperequestType()default TyperesponseType()
-