Nested ReflectionExtractor in Coherence

201 Views Asked by At

I can't find is there a possibility to use nested fields in ReflectionExtractor? For example, if I have

String field = myObj.getKey().getField()

this code

new ReflectionExtractor("getKey.getField")

throws an error

 Missing or inaccessible method: MyClass.getKey.getField()
1

There are 1 best solutions below

0
On BEST ANSWER