ReconfigParser
Reconfig BeanDefinition Parser
trait Logging
class Object
trait Matchable
class Any
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.
Report an error with the given message for the given source element.
Report an error with the given message for the given source element.
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.
protected def parseCollectionElements(elementNodes: NodeList, target: Collection[Object], bd: Definition, defaultElementType: String): Unit
parseCollectionElements.
parseCollectionElements.