public class ParserUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParserUtils.AttributeCallback |
| Constructor and Description |
|---|
ParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parseCustomAttributes(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
ParserUtils.AttributeCallback callback)
Parse custom attributes, as ID, LAZY-INIT, DEPENDS-ON。
|
public static void parseCustomAttributes(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, ParserUtils.AttributeCallback callback)
element - elementparserContext - parser contextbuilder - buildercallback - callbackCopyright © 2021. All rights reserved.