HStore Mask (HStoreMaskGenerator)
Link object structure
{
"schema": "string",
"table": "string",
"column": "string",
"metadata": {
"generatorId": "HStoreMaskGenerator",
"presetId": "string",
"customValueProcessor": "string", //If custom value processor assigned to the generator
"pathExpression": "string",
"subGeneratorMetadata": {
"generatorId": "string",
"presetId": "string",
//Metadata for the selected sub-generator
"customValueProcessor": "string" //If custom value processor assigned to the sub-generator
}
}
}Example replacement
Last updated
Was this helpful?