Package com.priint.pubserver.validation
package com.priint.pubserver.validation
Bean validation utilities and basic validation rules
- Since:
- 4.0.0
-
ClassDescriptionStatic methods useful for checking constraint violations with validation framework.A valid pubserver identifier is a non-empty string with maximum of 128 non whitespace characters that follows the same rules as package names in Java (words separated by dots, no use of whitespace, but underscore and dollar signs allowed).A name string for pubserver is a non-empty string with maximum of 128 characters where the first and last character have to be non-whitespace and the following characters are not allowed: "/", "\", ":", "?", "*", "#", "'", """, "|", "<", ">", "[", "]".A version string for PubServer identifying the SDK or any plug-in version.