All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.beanvalidation.tck.tests.xmlconfiguration.superuser-constraints.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<constraint-mappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/mapping validation-mapping-1.0.xsd"
                     xmlns="http://jboss.org/xml/ns/javax/validation/mapping">
    <default-package>org.hibernate.beanvalidation.tck.tests.xmlconfiguration</default-package>
    <bean class="SuperUser" ignore-annotations="false">
        <class ignore-annotations="true">
            <constraint annotation="ConsistentUserInformation">
                <!-- Larger than Byte.MAX_VALUE -->
                <element name="byteParam">128</element>
                <element name="patterns"/>
            </constraint>
        </class>
    </bean>
</constraint-mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy