Uses of Interface
org.eclipse.ditto.things.model.FeatureBuilder.FromJsonBuildable
-
Packages that use FeatureBuilder.FromJsonBuildable Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of FeatureBuilder.FromJsonBuildable in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeatureBuilder.FromJsonBuildable Modifier and Type Method Description static FeatureBuilder.FromJsonBuildableThingsModelFactory. newFeatureBuilder(java.lang.String jsonString)Returns a new builder for an immutableFeaturewhich is initialised with the values of the given JSON string.static FeatureBuilder.FromJsonBuildableThingsModelFactory. newFeatureBuilder(org.eclipse.ditto.json.JsonObject jsonObject)Returns a new builder for an immutableFeaturewhich is initialised with the values of the given JSON object.
-