Groovy   发布时间:2022-04-12  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Grails Resources.groovy 构造函数注入大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_673_5@Consider these classes...

@H_450_7@
src/java/com/example/someClass.java
package
 com.example;

public class someClass {
public someClass(java.util.List<SomeOtherClass> soC) {
}
}
@H_450_7@
src/java/com/example/SomeOtherClass.java
package
 com.example;

public class SomeOtherClass {
public SomeOtherClass(java.io.File f) {
}
}
@H_673_5@In the Spring Bean Builder you can wire those up using something like this...

@H_450_7@
grails-app/conf/resources.groovy
beans = {
xmlns util:"http://www.springframework.org/scheR_670_11845@a/util"

someotherbean(com.example@L_552_0@meOtherClass,new File('somefile.txt'))
someotherbean2(com.example@L_552_0@meOtherClass,new File('somefile.txt'))

util.list(id: 'mybeans'){
ref(bean:'someotherbean')
ref(bean:'someotherbean2')
}
somebean(com.example@L_552_0@meClass,ref('mybeans') )
}
@H_673_5@It would be better if you Could do something like this...

@H_450_7@
grails-app/conf/resources.groovy
beans = {
someotherbean(com.example@L_552_0@meOtherClass,new File('somefile.txt')) somebean(com.example@L_552_0@meClass,[someotherbean,someotherbean2]) }

大佬总结

以上是大佬教程为你收集整理的Grails Resources.groovy 构造函数注入全部内容,希望文章能够帮你解决Grails Resources.groovy 构造函数注入所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签:grailsgroovy函数构造注入
猜你在找的Groovy相关文章
其他相关热搜词更多
phpJavaPython程序员load如何string使用参数jquery开发安装listlinuxiosandroid工具javascriptcap