Package net.devslash
Interface ResolvedFullDataAfterHook
-
- All Implemented Interfaces:
-
net.devslash.AfterHook
public interface ResolvedFullDataAfterHook<T extends Object> implements AfterHook
Used to reify request data into its real type without requiring visitor use. Can be used incorrectly without compilation warnings - use with care.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
accept(HttpRequest req, HttpResponse resp, T data)
-
-
Method Detail
-
accept
abstract Unit accept(HttpRequest req, HttpResponse resp, T data)
-
-
-
-