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 private RegularExpressionFactorySchemaValidatorsConfig.Builder. regularExpressionFactoryprivate RegularExpressionFactorySchemaValidatorsConfig. regularExpressionFactoryUsed to createRegularExpression.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, java.lang.String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, java.lang.Boolean formatAssertionsEnabled, boolean handleNullableField, java.util.List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, java.util.Map<java.lang.String,java.util.List<JsonSchemaWalkListener>> keywordWalkListenersMap, java.util.Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, java.util.List<JsonSchemaWalkListener> propertyWalkListeners, java.lang.Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, java.util.Map<java.lang.String,java.lang.Boolean> strictness, boolean typeLoose, java.lang.Boolean writeOnly)SchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, java.lang.String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, java.lang.Boolean formatAssertionsEnabled, boolean nullableKeywordEnabled, java.util.List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, java.util.Map<java.lang.String,java.util.List<JsonSchemaWalkListener>> keywordWalkListenersMap, java.util.Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean discriminatorKeywordEnabled, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, java.util.List<JsonSchemaWalkListener> propertyWalkListeners, java.lang.Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, java.util.Map<java.lang.String,java.lang.Boolean> strictness, boolean typeLoose, java.lang.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.classJDKRegularExpressionFactoryclassJoniRegularExpressionFactoryJoniRegularExpressionFactory.Fields in com.networknt.schema.regex declared as RegularExpressionFactory Modifier and Type Field Description private RegularExpressionFactoryAllowRegularExpressionFactory. delegateprivate static RegularExpressionFactoryECMAScriptRegularExpressionFactory. DELEGATEConstructors in com.networknt.schema.regex with parameters of type RegularExpressionFactory Constructor Description AllowRegularExpressionFactory(RegularExpressionFactory delegate, java.util.function.Predicate<java.lang.String> allowed)
-