public class CouchbaseTranslationServiceParser extends AbstractSingleBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description |
|---|
CouchbaseTranslationServiceParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element element,
BeanDefinitionBuilder bean)
Parse the bean definition and build up the bean.
|
protected Class |
getBeanClass(Element element)
Defines the bean class that will be constructed.
|
protected String |
resolveId(Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
Resolve the bean ID and assign a default if not set.
|
doParse, getBeanClassName, getParentName, parseInternalparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliasesprotected Class getBeanClass(Element element)
getBeanClass in class AbstractSingleBeanDefinitionParserelement - the XML element which contains the attributes.protected void doParse(Element element, BeanDefinitionBuilder bean)
doParse in class AbstractSingleBeanDefinitionParserelement - the XML element which contains the attributes.bean - the builder which builds the bean.protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)
resolveId in class AbstractBeanDefinitionParserelement - the XML element which contains the attributes.definition - the bean definition to work with.parserContext - encapsulates the parsing state and configuration.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.