A - generic attribute type@API(status=STABLE) @FunctionalInterface public interface Navigator<A>
bindings of a routing tree. The act of traversing
a routing tree by choosing a binding and following its associated route is called
nested dispatch.| Modifier and Type | Method and Description |
|---|---|
default com.google.common.reflect.TypeToken<A> |
getType() |
Optional<Route> |
navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree) |
default com.google.common.reflect.TypeToken<A> getType()
Optional<Route> navigate(org.springframework.http.client.ClientHttpResponse response, RoutingTree<A> tree) throws IOException
IOExceptionCopyright © 2015–2020 Zalando SE. All rights reserved.