Package org.eclipse.ditto.things.api
Class ThingsMappingStrategies
java.lang.Object
org.eclipse.ditto.internal.utils.cluster.MappingStrategies
org.eclipse.ditto.things.api.ThingsMappingStrategies
- All Implemented Interfaces:
Map<String,org.eclipse.ditto.base.model.signals.JsonParsable<org.eclipse.ditto.base.model.json.Jsonifiable<?>>>
MappingStrategies for the Things service containing all Jsonifiable types known to Things.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThingsMappingStrategiesReturns an instance of ThingsMappingStrategies.Methods inherited from class org.eclipse.ditto.internal.utils.cluster.MappingStrategies
clear, containsKey, containsValue, entrySet, equals, get, getMappingStrategy, hashCode, isEmpty, keySet, loadMappingStrategies, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ThingsMappingStrategies
public ThingsMappingStrategies()Constructs a new ThingsMappingStrategies object.
-
-
Method Details
-
getInstance
Returns an instance of ThingsMappingStrategies.- Returns:
- the instance.
-