@@ -1021,6 +1021,7 @@ public ValidationResult walk(ExecutionContext executionContext, JsonNode node, b
1021
1021
/**
1022
1022
* Walk the JSON node.
1023
1023
*
1024
+ * @param <T> the result type
1024
1025
* @param executionContext the execution context
1025
1026
* @param node the input
1026
1027
* @param outputFormat the output format
@@ -1053,6 +1054,7 @@ public ValidationResult walk(ExecutionContext executionContext, JsonNode node, b
1053
1054
/**
1054
1055
* Walk the JSON node.
1055
1056
*
1057
+ * @param <T> the result type
1056
1058
* @param executionContext the execution context
1057
1059
* @param node the input
1058
1060
* @param outputFormat the output format
@@ -1099,6 +1101,7 @@ public ValidationResult walk(ExecutionContext executionContext, String input, In
1099
1101
/**
1100
1102
* Walk the input.
1101
1103
*
1104
+ * @param <T> the result type
1102
1105
* @param executionContext the execution context
1103
1106
* @param input the input
1104
1107
* @param inputFormat the input format
@@ -1132,6 +1135,7 @@ public ValidationResult walk(ExecutionContext executionContext, String input, In
1132
1135
/**
1133
1136
* Walk the input.
1134
1137
*
1138
+ * @param <T> the result type
1135
1139
* @param executionContext the execution context
1136
1140
* @param input the input
1137
1141
* @param inputFormat the input format
@@ -1160,6 +1164,7 @@ public ValidationResult walk(JsonNode node, boolean validate) {
1160
1164
/**
1161
1165
* Walk the JSON node.
1162
1166
*
1167
+ * @param <T> the result type
1163
1168
* @param node the input
1164
1169
* @param validate true to validate the input against the schema
1165
1170
* @param outputFormat the output format
0 commit comments