accounting-lib/src/test/resources/rules/HomeLibraryFileSystem/HomeLibraryFileSystem-OTHER...

12 lines
248 B
JSON

{
"match": {
"serviceClassRegex": "DataAccess",
"serviceNameRegex": "HomeLibraryFileSystem",
"calledMethodRegex": ".*"
},
"replace": {
"serviceClass": "DataAccess",
"serviceName": "HomeLibraryFileSystem",
"calledMethod": "OTHER"
}
}