Class ResourceMethod

java.lang.Object
com.soklet.ResourceMethod

@ThreadSafe public final class ResourceMethod extends Object
Represents a Resource Method, which is a Java Method invoked by Soklet to handle an HTTP request.

Instances can be acquired via the withComponents(HttpMethod, ResourcePathDeclaration, Method, Boolean) factory method.

Detailed documentation available at https://www.soklet.com/docs/request-handling.

Author:
Mark Allen