Skip to content

v7.7.0

Compare
Choose a tag to compare
@SimonCockx SimonCockx released this 01 Jun 06:29
c3d242b

This release introduces an additional feature of the Java code generator. For each Rosetta type, a new <type name>TypeFormatValidator class will be generated which will perform type format validation on all attributes of the type.

Type format validation includes all checks associated with the parametrized string and number types, i.e., minLength, maxLength and pattern for string, and digits, fractionalDigits, min and max for number.