Nested ReflectionExtractor in Coherence

170 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 answers

0
dbf On BEST ANSWER