
org.hibernate.beanvalidation.tck.tests.bootstrap.user-constraints-ConfigurationTest.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beanvalidation-tck-tests Show documentation
Show all versions of beanvalidation-tck-tests Show documentation
Jakarta Bean Validation TCK test suite
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Jakarta Bean Validation TCK License: Apache License, Version 2.0 See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>. --> <constraint-mappings xmlns="https://jakarta.ee/xml/ns/validation/mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= "https://jakarta.ee/xml/ns/validation/mapping validation-mapping-3.0.xsd" version="3.0"> <bean class="org.hibernate.beanvalidation.tck.tests.bootstrap.User" ignore-annotations="false"> <field name="lastName"> <constraint annotation="jakarta.validation.constraints.NotNull"/> </field> <field name="address"> <valid/> </field> </bean> </constraint-mappings>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy