Class EntityMatchingParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.EntityMatchingParser
-
public class EntityMatchingParser extends Object
Methods for parsing entity matching results json into typed objects.
-
-
Constructor Summary
Constructors Constructor Description EntityMatchingParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.cognite.client.dto.EntityMatchModelparseEntityMatchModel(String json)static com.cognite.client.dto.EntityMatchResultparseEntityMatchResult(String json)Parses an entity matching result json string into a typedEntityMatchResult.
-