- All Superinterfaces:
ParamLookup
- Enclosing interface:
ParamLookup
Fluent interface allowing to conveniently search context parameters in multiple sources.
Value foo = ctx.lookup()
.inQuery()
.inPath()
.get("foo");
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jooby.ParamLookup
ParamLookup.Stage -
Method Summary
-
Method Details