Class SpelPropertyAccessorsParser
java.lang.Object
org.springframework.integration.config.xml.SpelPropertyAccessorsParser
- All Implemented Interfaces:
BeanDefinitionParser
public class SpelPropertyAccessorsParser extends Object implements BeanDefinitionParser
Parser for the <spel-property-accessors> element.
- Since:
- 3.0
- Author:
- Artem Bilan, Gary Russell
-
Constructor Summary
Constructors Constructor Description SpelPropertyAccessorsParser()
-
Method Summary
Modifier and Type Method Description BeanDefinition
parse(Element element, ParserContext parserContext)
-
Constructor Details
-
SpelPropertyAccessorsParser
public SpelPropertyAccessorsParser()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceBeanDefinitionParser
-