Package com.networknt.schema
Class TypeFactory
java.lang.Object
com.networknt.schema.TypeFactory
Type factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonTypegetSchemaNodeType(com.fasterxml.jackson.databind.JsonNode node) Gets theJsonTypeindicated by the schema node.static JsonTypegetValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config) Gets theJsonTypeof the value node.
-
Constructor Details
-
TypeFactory
public TypeFactory()
-
-
Method Details
-
getSchemaNodeType
Gets theJsonTypeindicated by the schema node.- Parameters:
node- the schema node- Returns:
- the json type
-
getValueNodeType
public static JsonType getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config) Gets theJsonTypeof the value node.- Parameters:
node- the value nodeconfig- the config- Returns:
- the json type
-