Interface ResourceMethodResolver


public interface ResourceMethodResolver
Contract for matching incoming HTTP requests with appropriate Resource Methods (Java methods to invoke to handle requests).

Standard implementations can be acquired via these factory methods:

However, should a custom implementation be necessary for your application, documentation is available at https://www.soklet.com/docs/request-handling#resource-method-resolution.

Author:
Mark Allen