org.springframework.beans.factory.xml.spring-util-4.2.xsd Maven / Gradle / Ivy
The newest version!
Reference a public, static field on a type and expose its value as
a bean. For example <util:constant static-field="java.lang.Integer.MAX_VALUE"/>
.
Reference a property on a bean (or as a nested value) and expose its values as
a bean. For example <util:property-path path="order.customer.name"/>.
Builds a List instance of the specified type, populated with the specified content.
Builds a Set instance of the specified type, populated with the specified content.
Builds a Map instance of the specified type, populated with the specified content.
Loads a Properties instance from the resource location specified by the 'location
' attribute.