Class ThreeDNodeParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.ThreeDNodeParser
-
public class ThreeDNodeParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreeDNodeParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.cognite.client.dto.ThreeDNodeparseThreeDNodes(String json)static List<com.cognite.client.dto.ThreeDNode>parseThreeDNodesToList(String json)
-
-
-
Method Detail
-
parseThreeDNodesToList
public static List<com.cognite.client.dto.ThreeDNode> parseThreeDNodesToList(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
parseThreeDNodes
public static com.cognite.client.dto.ThreeDNode parseThreeDNodes(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-