@FunctionalInterface public interface Navigator<A>
| Modifier and Type | Method and Description |
|---|---|
default com.google.common.reflect.TypeToken<A> |
getType() |
default List<Binding<A>> |
merge(List<Binding<A>> present,
List<Binding<A>> additional) |
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–2017 Zalando SE. All rights reserved.