Class ClassPathMapperScanner

java.lang.Object
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
org.aoju.bus.starter.mapper.ClassPathMapperScanner
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ResourceLoaderAware, org.springframework.core.env.EnvironmentCapable

public class ClassPathMapperScanner extends org.springframework.context.annotation.ClassPathBeanDefinitionScanner
通过basePackageannotationClassmarkerInterface注册映射器的ClassPathBeanDefinitionScanner 如果指定了annotationClass和/或markerInterface,则只会搜索指定的类型(搜索所有接口将被禁用)