Class ThreeDNodeParser
java.lang.Object
com.cognite.client.servicesV1.parser.ThreeDNodeParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreeDNodeparseThreeDNodes(String json) static List<ThreeDNode>parseThreeDNodesToList(String json)
-
Constructor Details
-
ThreeDNodeParser
public ThreeDNodeParser()
-
-
Method Details
-
parseThreeDNodesToList
public static List<ThreeDNode> parseThreeDNodesToList(String json) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
parseThreeDNodes
public static ThreeDNode parseThreeDNodes(String json) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-