accounting-lib/src/test/resources/rules/SimulFishGrowthData/SimulFishGrowthData-Current...

12 lines
259 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Search",
"serviceNameRegex": "SimulFishGrowthData",
"calledMethodRegex": ".*CurrentRating.*"
},
"replace": {
"serviceClass": "Search",
"serviceName": "SimulFishGrowthData",
"calledMethod": "CurrentRating"
}
}