Package io.inugami.api.monitoring
Interface JavaRestMethodResolver
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface JavaRestMethodResolver
The JavaRestMethodResolver allows to resolve the Java method handler per HTTP request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaRestMethodDTOresolve(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
resolve
JavaRestMethodDTO resolve(javax.servlet.http.HttpServletRequest request)
-
-