Class SpringBidiMappingService
- java.lang.Object
-
- org.openehealth.ipf.commons.map.BidiMappingService
-
- org.openehealth.ipf.commons.spring.map.SpringBidiMappingService
-
- All Implemented Interfaces:
groovy.lang.GroovyObject,MappingService
public class SpringBidiMappingService extends BidiMappingService
BidiMappingService implementation that can be configured with Springresourcesand using theCustomMappingsConfigurer.- Since:
- 3.1
-
-
Field Summary
-
Fields inherited from class org.openehealth.ipf.commons.map.BidiMappingService
ELSE, KEYSYSTEM, SEPARATOR, VALUESYSTEM
-
-
Constructor Summary
Constructors Constructor Description SpringBidiMappingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends org.springframework.core.io.Resource>getMappingResources()voidsetMappingResource(org.springframework.core.io.Resource resource)voidsetMappingResources(Collection<? extends org.springframework.core.io.Resource> resources)-
Methods inherited from class org.openehealth.ipf.commons.map.BidiMappingService
checkMappingKey, clearMappings, get, get, getIgnoreResourceNotFound, getKey, getKey, getKeySystem, getMap, getMetaClass, getReverseMap, getScripts, getSeparator, getValueSystem, isIgnoreResourceNotFound, joinKey, keys, mappingKeys, retrieve, retrieveElse, setIgnoreResourceNotFound, setMap, setMappingScript, setMappingScripts, setMetaClass, setReverseMap, setScripts, setSeparator, splitKey, updateReverseMap, values
-
-
-
-
Method Detail
-
getMappingResources
public Collection<? extends org.springframework.core.io.Resource> getMappingResources()
-
setMappingResource
public void setMappingResource(org.springframework.core.io.Resource resource)
-
setMappingResources
public void setMappingResources(Collection<? extends org.springframework.core.io.Resource> resources)
-
-