Class SpringBidiMappingService
java.lang.Object
org.openehealth.ipf.commons.map.BidiMappingService
org.openehealth.ipf.commons.spring.map.SpringBidiMappingService
- All Implemented Interfaces:
GroovyObject
,MappingService
BidiMappingService implementation that can be configured with Spring
resources
and using the CustomMappingsConfigurer
.- Since:
- 3.1
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.map.BidiMappingService
ELSE, KEYSYSTEM, SEPARATOR, VALUESYSTEM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Resource>
void
setMappingResource
(Resource resource) void
setMappingResources
(Collection<? extends 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
SpringBidiMappingService
public SpringBidiMappingService()
-
-
Method Details
-
getMappingResources
-
setMappingResource
-
setMappingResources
-