Class EntityMatchingParser


  • public class EntityMatchingParser
    extends Object
    Methods for parsing entity matching results json into typed objects.
    • Constructor Detail

      • EntityMatchingParser

        public EntityMatchingParser()
    • Method Detail

      • parseEntityMatchResult

        public static com.cognite.client.dto.EntityMatchResult parseEntityMatchResult​(String json)
                                                                               throws Exception
        Parses an entity matching result json string into a typed EntityMatchResult.
        Parameters:
        json -
        Returns:
        Throws:
        Exception
      • parseEntityMatchModel

        public static com.cognite.client.dto.EntityMatchModel parseEntityMatchModel​(String json)
                                                                             throws Exception
        Throws:
        Exception