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 ThreeDNodeparseThreeDNodes(String json)static List<ThreeDNode>parseThreeDNodesToList(String json)
-
-
-
Method Detail
-
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
-
-