I have a dataweave which performs message transformation as below :
where I am trying to assign className(java class) havinf static variable value to textSize
{
textSize : className.staticVariable
}
Question:- how I can access/invoke java class static variable in dataweave?
2 respostas