Config File API
There are 3 primary ways of getting access to the config file.
Additional user-defined variables can be defined at this level by adding a {@link oajr.annotation.HookEvent#INIT} hook method and using the {@link oajr.RestContextBuilder#vars(Class...)} method.
Additional user-defined variables can be defined at this level by overriding the {@link oajr.RestContextBuilder#vars(Class...)} method.
That
Here's what happens when an HTTP call is made to
This particular example is needlessly complex, but it gives an idea of how variables can be used recursively to produce sophisticated results