Uses of Interface
com.networknt.schema.regex.RegularExpressionFactory
Packages that use RegularExpressionFactory
-
Uses of RegularExpressionFactory in com.networknt.schema
Fields in com.networknt.schema declared as RegularExpressionFactoryModifier and TypeFieldDescriptionprotected RegularExpressionFactorySchemaRegistryConfig.BuilderSupport.regularExpressionFactoryMethods in com.networknt.schema that return RegularExpressionFactoryModifier and TypeMethodDescriptionSchemaRegistryConfig.getRegularExpressionFactory()Gets the regular expression factory.Methods in com.networknt.schema with parameters of type RegularExpressionFactoryModifier and TypeMethodDescriptionSchemaRegistryConfig.BuilderSupport.regularExpressionFactory(RegularExpressionFactory regularExpressionFactory) Sets the regular expression factory.Constructors in com.networknt.schema with parameters of type RegularExpressionFactoryModifierConstructorDescriptionprotectedSchemaRegistryConfig(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 RegularExpressionFactoryModifier and TypeClassDescriptionclassRegularExpressionFactorythat allows regular expressions to be used.classECMAScript regular expression factory that chooses between GraalJS or Joni implementations depending on which is on the classpath.classGraalJSRegularExpressionFactory.classclassJoniRegularExpressionFactory.Constructors in com.networknt.schema.regex with parameters of type RegularExpressionFactoryModifierConstructorDescriptionAllowRegularExpressionFactory(RegularExpressionFactory delegate, Predicate<String> allowed)