资源相关
This commit is contained in:
@ -54,4 +54,11 @@ public class SourceParamsValidator {
|
||||
public Set<String> getSupportedSourceTypes() {
|
||||
return sourceTypeMap.keySet();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取sourceType与类的映射关系
|
||||
*/
|
||||
public Map<String, Class<?>> getSourceTypeMap() {
|
||||
return sourceTypeMap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user