
org.jtransfo.spring.jTransfoContext.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtransfo-spring Show documentation
Show all versions of jtransfo-spring Show documentation
Spring integration for JTransfo
The newest version!
<?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.xsd"> <bean name="jTransfoFactory" class="org.jtransfo.spring.JTransfoSpringFactory" /> <bean name="jTransfo" factory-bean="jTransfoFactory" factory-method="get" /> <import resource="classpath*:META-INF/jTransfoContext.xml" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy