@@ -64,6 +64,9 @@ static JsonSchema from(ValidationContext validationContext, String schemaPath, U
64
64
}
65
65
66
66
/**
67
+ * @param validationContext validation context
68
+ * @param baseUri base URL
69
+ * @param schemaNode schema node
67
70
* @deprecated Use {@code JsonSchemaFactory#create(ValidationContext, String, JsonNode, JsonSchema)}
68
71
*/
69
72
@ Deprecated
@@ -72,6 +75,11 @@ public JsonSchema(ValidationContext validationContext, URI baseUri, JsonNode sch
72
75
}
73
76
74
77
/**
78
+ * @param validationContext validation context
79
+ * @param schemaPath schema path
80
+ * @param currentUri current URI
81
+ * @param schemaNode schema node
82
+ * @param parent parent schema
75
83
* @deprecated Use {@code JsonSchemaFactory#create(ValidationContext, String, JsonNode, JsonSchema)}
76
84
*/
77
85
@ Deprecated
@@ -81,6 +89,10 @@ public JsonSchema(ValidationContext validationContext, String schemaPath, URI cu
81
89
}
82
90
83
91
/**
92
+ * @param validationContext validation context
93
+ * @param baseUri base URI
94
+ * @param schemaNode schema node
95
+ * @param suppressSubSchemaRetrieval suppress sub schema retrieval
84
96
* @deprecated Use {@code JsonSchemaFactory#create(ValidationContext, String, JsonNode, JsonSchema)}
85
97
*/
86
98
@ Deprecated
0 commit comments