无法检索方法输入参数的值。
For annotation the parameters can be read:
MATCH (c:Class)-[:DECLARES]->()-[:ANNOTATED_BY]->(an:Annotation)-[:OF_TYPE]->(:Type{name:"RequestMapping"})
MATCH (an)-[:HAS]->(:Value{name:"value"})-[:CONTAINS]->(v:Value)
检索类方法的输入法值的最佳方法是什么?