Uses of Class
dev.metaschema.core.model.constraint.IAllowedValuesConstraint.Builder
Packages that use IAllowedValuesConstraint.Builder
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of IAllowedValuesConstraint.Builder in dev.metaschema.core.model.constraint
Methods in dev.metaschema.core.model.constraint that return IAllowedValuesConstraint.BuilderModifier and TypeMethodDescriptionIAllowedValuesConstraint.Builder.allowedValue(IAllowedValue allowedValue) Use the provided allowed value to validate associated values.IAllowedValuesConstraint.Builder.allowedValues(Map<String, IAllowedValue> allowedValues) Use the provided allowed values to validate associated values.IAllowedValuesConstraint.Builder.allowsOther(boolean bool) Determine if unspecified values are allowed and will result in the constraint always passing.IAllowedValuesConstraint.builder()Create a new constraint builder.IAllowedValuesConstraint.Builder.extensible(IAllowedValuesConstraint.Extensible extensible) Determine the allowed scope of extension for other constraints matching this constraint's target.protected IAllowedValuesConstraint.BuilderIAllowedValuesConstraint.Builder.getThis()