Package com.networknt.schema
Class SpecVersionDetector
- java.lang.Object
-
- com.networknt.schema.SpecVersionDetector
-
public class SpecVersionDetector extends Object
This class is used to detect schema version- Since:
- 25/06/20
- Author:
- Subhajitdas298
-
-
Constructor Summary
Constructors Constructor Description SpecVersionDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpecVersion.VersionFlag
detect(com.fasterxml.jackson.databind.JsonNode jsonNode)
Detects schema version based on the schema tag
-
-
-
Method Detail
-
detect
public static SpecVersion.VersionFlag detect(com.fasterxml.jackson.databind.JsonNode jsonNode)
Detects schema version based on the schema tag- Parameters:
jsonNode
- Json Node to read from- Returns:
- Spec version
-
-