`
darrenzhu
  • 浏览: 784273 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Spring中XML配置注入枚举类型值

阅读更多
http://stackoverflow.com/questions/14072314/inject-the-value-of-an-enum-into-a-property-using-spring

<bean id="firstKey" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
  <property name="targetObject"><util:constant static-field="package.MyEnum.ABC"/></property>
  <property name="targetMethod" value="value" />
</bean>


即使用方式即可
<util:constant static-field="package.MyEnum.ABC"/>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics