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

META-INF.jTransfoContext.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ This file is part of jTransfo, a library for converting to and from transfer objects.
  ~ Copyright (c) PROGS bvba, Belgium
  ~
  ~ The program is available in open source according to the Apache License, Version 2.0.
  ~ For full licensing details, see LICENSE.txt in the project root.
  -->

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

    <bean class="org.jtransfo.StringEnumTypeConverter">
        <constructor-arg value="org.jtransfo.demo.domain.Country" />
    </bean>

    <bean class="org.jtransfo.ListTypeConverter">
        <constructor-arg value="voiceContactList" />
        <constructor-arg value="org.jtransfo.demo.domain.VoiceContactTo" />
    </bean>

    <bean class="org.jtransfo.demo.domain.HibernateObjectFinder" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy