public class SpringBidiMappingServiceConfigurer extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
SpringBidiMappingServiceConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.core.io.Resource |
getMappingResource() |
List<? extends org.springframework.core.io.Resource> |
getMappingResources() |
SpringBidiMappingService |
getMappingService() |
void |
setMappingResource(org.springframework.core.io.Resource mappingResource) |
void |
setMappingResources(List<? extends org.springframework.core.io.Resource> mappingResources) |
void |
setMappingService(SpringBidiMappingService mappingService) |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic SpringBidiMappingService getMappingService()
public void setMappingService(SpringBidiMappingService mappingService)
public List<? extends org.springframework.core.io.Resource> getMappingResources()
public void setMappingResources(List<? extends org.springframework.core.io.Resource> mappingResources)
public org.springframework.core.io.Resource getMappingResource()
public void setMappingResource(org.springframework.core.io.Resource mappingResource)
Copyright © 2020 Open eHealth Foundation. All rights reserved.