Uses of Class
org.pipservices3.commons.validate.PropertySchema
Packages that use PropertySchema
-
Uses of PropertySchema in org.pipservices3.commons.validate
Methods in org.pipservices3.commons.validate that return types with arguments of type PropertySchemaModifier and TypeMethodDescriptionObjectSchema.getProperties()
Gets validation schemas for object properties.Methods in org.pipservices3.commons.validate with parameters of type PropertySchemaModifier and TypeMethodDescriptionObjectSchema.withProperty
(PropertySchema schema) Adds a validation schema for an object property.Method parameters in org.pipservices3.commons.validate with type arguments of type PropertySchemaModifier and TypeMethodDescriptionvoid
ObjectSchema.setProperties
(List<PropertySchema> value) Sets validation schemas for object properties.