Uses of Class
org.pipservices3.commons.validate.ObjectSchema
Packages that use ObjectSchema
-
Uses of ObjectSchema in org.pipservices3.commons.validate
Subclasses of ObjectSchema in org.pipservices3.commons.validateMethods in org.pipservices3.commons.validate that return ObjectSchemaModifier and TypeMethodDescriptionObjectSchema.allowUndefined
(boolean value) Sets flag to allow undefined propertiesObjectSchema.withOptionalProperty
(String name, Object type, IValidationRule... rules) Adds a validation schema for an optional object property.ObjectSchema.withProperty
(PropertySchema schema) Adds a validation schema for an object property.ObjectSchema.withRequiredProperty
(String name, Object type, IValidationRule... rules) Adds a validation schema for a required object property.