public class ConventionsCallback extends Object implements AttributeCallback
Conventions.attributeNameToPropertyName(String),
BeanDefinitionBuilder.addPropertyValue(String, Object)| Constructor and Description |
|---|
ConventionsCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Element parent,
Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Process the given attribute using the contextual element and bean
builder.
|
public boolean process(Element parent, Attr attribute, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AttributeCallbackprocess in interface AttributeCallbackparent - parent elementattribute - current intercepted attributebuilder - builder holding the current bean definitionCopyright © 2006–2017. All rights reserved.