@ConfigurationProperties(prefix="dozer") public class DozerProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String[] |
mappingFiles
Mapping files configuration.
|
private static org.springframework.core.io.support.ResourcePatternResolver |
PATTERN_RESOLVER |
| 构造器和说明 |
|---|
DozerProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getMappingFiles()
Mapping files configuration.
|
private org.springframework.core.io.Resource[] |
getResources(String location) |
org.springframework.core.io.Resource[] |
resolveMapperLocations() |
DozerProperties |
setMappingFiles(String[] mappingFiles)
Set mapping files configuration.
|
private static final org.springframework.core.io.support.ResourcePatternResolver PATTERN_RESOLVER
private String[] mappingFiles
public String[] getMappingFiles()
public DozerProperties setMappingFiles(String[] mappingFiles)
classpath:*.dozer.xml.mappingFiles - dozer mapping filespublic org.springframework.core.io.Resource[] resolveMapperLocations()
private org.springframework.core.io.Resource[] getResources(String location)
Copyright © 2021. All rights reserved.