Uses of Class
kong.unirest.core.Routes
-
Packages that use Routes Package Description kong.unirest.core -
-
Uses of Routes in kong.unirest.core
Fields in kong.unirest.core declared as Routes Modifier and Type Field Description private RoutesInvocation. routesFields in kong.unirest.core with type parameters of type Routes Modifier and Type Field Description private java.util.List<Routes>MockClient. routesMethods in kong.unirest.core that return Routes Modifier and Type Method Description private RoutesMockClient. createNewPath(HttpRequest request)private RoutesMockClient. findExpecation(HttpRequest request)Methods in kong.unirest.core that return types with arguments of type Routes Modifier and Type Method Description private java.util.Optional<Routes>MockClient. findByPath(HttpMethod get, Path path)Constructors in kong.unirest.core with parameters of type Routes Constructor Description Invocation(Routes routes)Invocation(Routes routes, HttpRequest request)Invocation(Routes routes, Invocation other)
-