Coherence 中的嵌套 ReflectionExtractor

Nested ReflectionExtractor in Coherence

我找不到是否可以在 ReflectionExtractor 中使用嵌套字段? 例如,如果我有

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

此代码

new ReflectionExtractor("getKey.getField")

引发错误

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

看起来有它的 ChainedExtractor:http://download.oracle.com/otn_hosted_doc/coherence/330/com/tangosol/util/extractor/ChainedExtractor.html