META-INF.spring.map-context.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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 id="mappingService" class="org.openehealth.ipf.commons.spring.map.SpringBidiMappingService"> </bean> <bean id="mappingExtension" class="org.openehealth.ipf.commons.map.extend.MappingExtension"> <property name="mappingService" ref="mappingService" /> </bean> <bean id="customMappingsConfigurer" class="org.openehealth.ipf.commons.spring.map.config.CustomMappingsConfigurer"> <property name="mappingService" ref="mappingService" /> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy