Uses of Interface
io.javalin.apibuilder.EndpointGroup
-
Packages that use EndpointGroup Package Description io.javalin io.javalin.apibuilder -
-
Uses of EndpointGroup in io.javalin
Methods in io.javalin with parameters of type EndpointGroup Modifier and Type Method Description JavalinJavalin. routes(EndpointGroup endpointGroup)Creates a temporary static instance in the scope of the endpointGroup. -
Uses of EndpointGroup in io.javalin.apibuilder
Methods in io.javalin.apibuilder with parameters of type EndpointGroup Modifier and Type Method Description static voidApiBuilder. path(String path, EndpointGroup endpointGroup)Prefixes all handlers defined in its scope with the specified path.
-