Uses of Class
kong.unirest.core.Invocation
-
Packages that use Invocation Package Description kong.unirest.core -
-
Uses of Invocation in kong.unirest.core
Fields in kong.unirest.core declared as Invocation Modifier and Type Field Description private InvocationMockClient. defaultResponseFields in kong.unirest.core with type parameters of type Invocation Modifier and Type Field Description private java.util.List<Invocation>Routes. invokesMethods in kong.unirest.core that return types with arguments of type Invocation Modifier and Type Method Description private java.util.Optional<Invocation>Routes. getBestMatch(HttpRequest request)private java.util.Optional<Invocation>Routes. getBestMatch(HttpRequest request, boolean expected)Methods in kong.unirest.core with parameters of type Invocation Modifier and Type Method Description (package private) voidRoutes. addInvoke(Invocation invocation)Constructors in kong.unirest.core with parameters of type Invocation Constructor Description Invocation(Routes routes, Invocation other)
-