Package ai.preferred.venom
Interface ValidatorRouter
-
- All Known Implementing Classes:
UrlRouter
public interface ValidatorRouterThis interface allows the user to map request to handler.- Author:
- Maksim Tkachenko, Ween Jiann Lee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidatorgetValidator(@NotNull Request request)Returns the handler to be used for a specified request.
-