public interface ValidationToolFactory
Modifier and Type | Method and Description |
---|---|
ValidationTool |
create(Map<Object,Object> configMap)
Creates a new instance of
ValidationTool . |
String |
getType() |
String getType()
ValidationTool create(Map<Object,Object> configMap)
ValidationTool
.
Creation must not interact with external services.configMap
- a map from config key to config valueCopyright © 2023. All Rights Reserved.