Uses of Class
org.eclipse.ditto.things.model.ThingFieldSelector
-
Packages that use ThingFieldSelector Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of ThingFieldSelector in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingFieldSelector Modifier and Type Method Description static ThingFieldSelectorThingFieldSelector. fromJsonFieldSelector(org.eclipse.ditto.json.JsonFieldSelector jsonFieldSelector)Creates a thing field selector based on the more generic json field selector.static ThingFieldSelectorThingFieldSelector. fromString(java.lang.String selectionString)Creates a thing field selector based on the given string representation of a json field selector.
-