ObjectToMapTransformer enhancement
Hello, Oleg.
I tried to use ObjectToMapTransformer for my domain objects writing in Groovy.
And I'd got
Quote:
Cyclic reference detected between: CachedClass - CachedClass
It is because you don't ignore metaClass property from GroovyObject in
org.springframework.integration.transformer.CycleD etector
at the row of source code:
PHP Code:
if (propertyName.equals("class") && ignoreClassAttribute){
continue; // no need to process
}
Should I open an issue in JIRA?
Thank you,
Artem Bilan