Interface Resolver<T>

    • Method Detail

      • resolve

        Epsilon<T> resolve​(io.vertx.ext.web.RoutingContext context,
                           Epsilon<T> income)
        Critical: You should call `setValue` in your code logical or you'll get null value
        Parameters:
        context - Vertx-web RoutingContext reference
        income - Zero definition of Epsilon class
        Returns:
        The same type of Epsilon class
        Throws:
        io.vertx.up.exception.WebException - When some error occurs, throw WebException out