We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07061fb commit df28085Copy full SHA for df28085
tests/src/test/java/org/everit/json/schema/IssueTest.java
@@ -112,6 +112,7 @@ private void consumeValidatorConfig() {
112
validatorBuilder.failEarly();
113
}
114
});
115
+ configKeyHandlers.put("resolutionScope", value -> loaderBuilder.resolutionScope((String) value));
116
configKeyHandlers.put("regexpImplementation", value -> {
117
if (Objects.equals("RE2J", value)) {
118
loaderBuilder.regexpFactory(new RE2JRegexpFactory());
0 commit comments