Java org.springframework.data.config ParsingUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.config ParsingUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.config ParsingUtils.

The text is from its open source code.

Method

voidsetPropertyReference(BeanDefinitionBuilder builder, Element element, String attribute, String property)
Configures a bean property reference with the value of the attribute of the given name if it is configured.
voidsetPropertyValue(BeanDefinitionBuilder builder, Element element, String attrName, String propertyName)
Configures a property value for the given property name reading the attribute of the given name from the given Element if the attribute is configured.