类 DozerProperties


  • @ConfigurationProperties(prefix="dozer")
    public class DozerProperties
    extends Object
    Dozer属性
    作者:
    youta
    • 字段详细资料

      • PATTERN_RESOLVER

        private static final org.springframework.core.io.support.ResourcePatternResolver PATTERN_RESOLVER
      • mappingFiles

        private String[] mappingFiles
        Mapping files configuration. For example "classpath:*.dozer.xml".
    • 构造器详细资料

      • DozerProperties

        public DozerProperties()
    • 方法详细资料

      • getMappingFiles

        public String[] getMappingFiles()
        Mapping files configuration.
        返回:
        mapping files
      • setMappingFiles

        public DozerProperties setMappingFiles​(String[] mappingFiles)
        Set mapping files configuration. For example classpath:*.dozer.xml.
        参数:
        mappingFiles - dozer mapping files
        返回:
        dozer properties
      • resolveMapperLocations

        public org.springframework.core.io.Resource[] resolveMapperLocations()
      • getResources

        private org.springframework.core.io.Resource[] getResources​(String location)