-
Constructor Summary
Constructors
-
Method Summary
Critical: You should call `setValue` in your code logical or you'll get null value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BufferResolver
public BufferResolver()
-
Method Details
-
resolve
public Epsilon<T> resolve(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income)
throws io.horizon.exception.WebException
Description copied from interface: Resolver
Critical: You should call `setValue` in your code logical or you'll get null value
- Specified by:
resolve in interface Resolver<T>
- Parameters:
context - Vertx-web RoutingContext reference
income - Zero definition of Epsilon class
- Returns:
- The same type of
Epsilon class
- Throws:
io.horizon.exception.WebException - When some error occurs, throw WebException out