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

org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.containerelementlevel.getter-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
<!--

    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://xmlns.jakarta.ee/xml/ns/validation/mapping"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="https://xmlns.jakarta.ee/xml/ns/validation/mapping
            https://xmlns.jakarta.ee/xml/ns/validation/mapping/validation-mapping-3.0.xsd"
        version="3.0">

    <default-package>org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.containerelementlevel</default-package>

    <bean class="org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.containerelementlevel.ContainerElementTypeConstraintsForGetterXmlMappingTest$FishTank" ignore-annotations="false">
        <getter name="tagsOfFishOfTheMonth">
            <container-element-type type-argument-index="0">
                <container-element-type type-argument-index="1">
                    <container-element-type type-argument-index="0">
                        <constraint annotation="jakarta.validation.constraints.NotNull" />
                    </container-element-type>
                </container-element-type>
            </container-element-type>
        </getter>
    </bean>
</constraint-mappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy