Package kos.core.validation
Class WebPointcutValidation
- java.lang.Object
-
- kos.core.validation.WebPointcutValidation
-
public class WebPointcutValidation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classWebPointcutValidation.AttachAndForward<T>
-
Field Summary
Fields Modifier and Type Field Description (package private) KosContextkosContext
-
Constructor Summary
Constructors Constructor Description WebPointcutValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TunwrapForBody(io.vertx.ext.web.RoutingContext context, String name)<T> io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>wrapForBody(Class<T> type, String name, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
-
-
-
Field Detail
-
kosContext
final KosContext kosContext
-
-