Uses of Interface
com.networknt.schema.regex.RegularExpressionFactory
-
Packages that use RegularExpressionFactory Package Description com.networknt.schema com.networknt.schema.regex -
-
Uses of RegularExpressionFactory in com.networknt.schema
Methods in com.networknt.schema that return RegularExpressionFactory Modifier and Type Method Description RegularExpressionFactory
SchemaValidatorsConfig. getRegularExpressionFactory()
Gets the regular expression factory.Methods in com.networknt.schema with parameters of type RegularExpressionFactory Modifier and Type Method Description SchemaValidatorsConfig.Builder
SchemaValidatorsConfig.Builder. regularExpressionFactory(RegularExpressionFactory regularExpressionFactory)
Sets the regular expression factory.void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setRegularExpressionFactory(RegularExpressionFactory regularExpressionFactory)
void
SchemaValidatorsConfig. setRegularExpressionFactory(RegularExpressionFactory regularExpressionFactory)
Sets the regular expression factory.Constructors in com.networknt.schema with parameters of type RegularExpressionFactory Constructor Description ImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean handleNullableField, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose, Boolean writeOnly)
-
Uses of RegularExpressionFactory in com.networknt.schema.regex
Classes in com.networknt.schema.regex that implement RegularExpressionFactory Modifier and Type Class Description class
AllowRegularExpressionFactory
RegularExpressionFactory
that allows regular expressions to be used.class
ECMAScriptRegularExpressionFactory
ECMAScript regular expression factory that chooses between GraalJS or Joni implementations depending on which is on the classpath.class
GraalJSRegularExpressionFactory
GraalJSRegularExpressionFactory
.class
JDKRegularExpressionFactory
class
JoniRegularExpressionFactory
JoniRegularExpressionFactory
.Constructors in com.networknt.schema.regex with parameters of type RegularExpressionFactory Constructor Description AllowRegularExpressionFactory(RegularExpressionFactory delegate, Predicate<String> allowed)
-