ReconfigParser
org.beangle.cdi.spring.config.ReconfigParser
class ReconfigParser extends Logging
Reconfig BeanDefinition Parser
Attributes
- Graph
-
- Supertypes
-
trait Loggingclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
protected def checkNameUniqueness(beanName: String, aliases: Seq[String], beanElement: Element): Unit
Validate that the specified bean name and aliases have not been used already.
Validate that the specified bean name and aliases have not been used already.
Attributes
Report an error with the given message for the given source element.
Report an error with the given message for the given source element.
Attributes
Parses the supplied <bean> element. May return null if there were errors during parse.
Parses the supplied <bean> element. May return null if there were errors during parse.
Attributes
protected def parseCollectionElements(elementNodes: NodeList, target: Collection[Object], bd: Definition, defaultElementType: String): Unit
parseCollectionElements.
parseCollectionElements.
Attributes
Parse a key sub-element of a map element.
Parse a key sub-element of a map element.
Attributes
Inherited fields
Attributes
- Inherited from:
- Logging
In this article