java.nio.file.Path
static method を使用して表す Bean を生成しようとしていますPaths.get(String path)
。私の現在のSpringセットアップは次のようになります:
<bean id="myPath" class="java.nio.file.Paths" factory-method="get">
<constructor-arg value="c:\\tmp\\" />
</bean>
しかし、それは例外で戻ってきNo matching factory method found: factory method 'get'
ます。なぜそうなのか、何か考えはありますか?