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 Routes
Invocation. routes
Fields in kong.unirest.core with type parameters of type Routes Modifier and Type Field Description private java.util.List<Routes>
MockClient. routes
Methods in kong.unirest.core that return Routes Modifier and Type Method Description private Routes
MockClient. createNewPath(HttpRequest request)
private Routes
MockClient. 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)
-