@Deprecated public class AttributeValueToProperty extends PropertyMapper
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName
Deprecated.
|
containerType, descriptor, name, onlyOne, propertyName, TAG_NAME_TRANSFORMER, type| Constructor and Description |
|---|
AttributeValueToProperty(String tagName,
String attributeName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addMapper(Class<?> containerType,
DataConverter type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String tagName,
String... attributeNames)
Deprecated.
|
String |
getAttributeName()
Deprecated.
|
protected Object |
getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Deprecated.
|
protected String |
getXmlName()
Deprecated.
|
getContainerType, getDescriptor, getDescriptor, getMapperForAttribute, getMapperForTag, getName, getPropertyName, getTagName, getType, isOnlyOne, registerMapper, setProperty, toStringprotected final String attributeName
public AttributeValueToProperty(String tagName, String attributeName, String propertyName, Class<?> containerType, DataConverter type, boolean onlyOne, PropertyDescriptor descriptor)
public String getAttributeName()
protected String getXmlName()
getXmlName in class PropertyMapperprotected Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws Exception
getDataFromXml in class PropertyMapperExceptionpublic static void addMapper(Class<?> containerType, DataConverter type, boolean onlyOne, Map<String,PropertyMapper> allMappers, String tagName, String... attributeNames) throws IntrospectionException, IllegalArgumentException
Copyright © 2009-2012 CodeLutin. All Rights Reserved.