accounting-lib/src/test/resources/rules/FullTextIndexNode/FullTextIndexNode-listColle...

12 lines
263 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Index",
"serviceNameRegex": "FullTextIndexNode",
"calledMethodRegex": "^\/{0,1}listCollections.*"
},
"replace": {
"serviceClass": "Index",
"serviceName": "FullTextIndexNode",
"calledMethod": "listCollections"
}
}