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
Fields in com.networknt.schema declared as RegularExpressionFactory Modifier and Type Field Description protected RegularExpressionFactorySchemaRegistryConfig.BuilderSupport. regularExpressionFactoryMethods in com.networknt.schema that return RegularExpressionFactory Modifier and Type Method Description RegularExpressionFactorySchemaRegistryConfig. getRegularExpressionFactory()Gets the regular expression factory.Methods in com.networknt.schema with parameters of type RegularExpressionFactory Modifier and Type Method Description TSchemaRegistryConfig.BuilderSupport. regularExpressionFactory(RegularExpressionFactory regularExpressionFactory)Sets the regular expression factory.Constructors in com.networknt.schema with parameters of type RegularExpressionFactory Constructor Description SchemaRegistryConfig(boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, Locale locale, boolean losslessNarrowing, MessageSource messageSource, PathType pathType, boolean preloadSchema, RegularExpressionFactory regularExpressionFactory, SchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose) -
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)
-