标签: oracle-coherence
我找不到是否有可能在ReflectionExtractor中使用嵌套字段? 例如,如果我有
String field = myObj.getKey().getField()
此代码
new ReflectionExtractor("getKey.getField")
抛出错误
Missing or inaccessible method: MyClass.getKey.getField()
答案 0 :(得分:1)
看起来有ChainedExtractor:http://download.oracle.com/otn_hosted_doc/coherence/330/com/tangosol/util/extractor/ChainedExtractor.html。