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 RegularExpressionFactorySchemaValidatorsConfig. getRegularExpressionFactory()Gets the regular expression factory.Methods in com.networknt.schema with parameters of type RegularExpressionFactory Modifier and Type Method Description SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. regularExpressionFactory(RegularExpressionFactory regularExpressionFactory)Sets the regular expression factory.voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setRegularExpressionFactory(RegularExpressionFactory regularExpressionFactory)voidSchemaValidatorsConfig. 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 classAllowRegularExpressionFactoryRegularExpressionFactorythat allows regular expressions to be used.classECMAScriptRegularExpressionFactoryECMAScript regular expression factory that chooses between GraalJS or Joni implementations depending on which is on the classpath.classGraalJSRegularExpressionFactoryGraalJSRegularExpressionFactory.classJDKRegularExpressionFactoryclassJoniRegularExpressionFactoryJoniRegularExpressionFactory.Constructors in com.networknt.schema.regex with parameters of type RegularExpressionFactory Constructor Description AllowRegularExpressionFactory(RegularExpressionFactory delegate, Predicate<String> allowed)
-