Class RoutesTrees
java.lang.Object
java.util.AbstractMap<String,RoutesTree>
java.util.HashMap<String,RoutesTree>
org.diabetestechnology.drh.service.http.hub.prime.route.RoutesTrees
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
RoutesTree>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionRoutesTrees
(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping) -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
RoutesTrees
public RoutesTrees(@Qualifier("requestMappingHandlerMapping") org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping)
-
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-