Uses of Class
manifold.json.rt.api.Endpoint
-
Packages that use Endpoint Package Description manifold.json.rt.api -
-
Uses of Endpoint in manifold.json.rt.api
Methods in manifold.json.rt.api that return Endpoint Modifier and Type Method Description EndpointRequester. getEndpoint()EndpointEndpoint. withUrlSuffix(String urlSuffix)Creates a newEndpointwith a base URL consisting of this endpoint's base URL +urlSuffix.Constructors in manifold.json.rt.api with parameters of type Endpoint Constructor Description Requester(Endpoint endpoint)Requester(Endpoint endpoint, Function<Object,Object> resultCoercer)
-