Class MongoDbFactoryParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.data.mongodb.config.MongoDbFactoryParser
- All Implemented Interfaces:
BeanDefinitionParser
- Author:
- Jon Brisbin, Oliver Gierke, Thomas Darimont, Christoph Strobl, Viktor Khoroshko, Mark Paluch
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractBeanDefinition
parseInternal
(Element element, ParserContext parserContext) protected String
resolveId
(Element element, AbstractBeanDefinition definition, ParserContext parserContext) Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
MongoDbFactoryParser
public MongoDbFactoryParser()
-
-
Method Details
-
resolveId
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
resolveId
in classAbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
-
parseInternal
- Specified by:
parseInternal
in classAbstractBeanDefinitionParser
-