public class TagContentToProperty<O> extends PropertyMapper
containerType, descriptor, name, onlyOne, propertyName, TAG_NAME_TRANSFORMER, type| Constructor and Description |
|---|
TagContentToProperty(String tagName,
String propertyName,
Class<?> containerType,
Class<O> type,
boolean onlyOne,
PropertyDescriptor descriptor,
Xpp3Reader<O> reader,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
static <O> void |
addMapper(Class<?> containerType,
Class<O> type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String tagName,
Xpp3Reader<O> reader,
boolean multiple) |
protected Object |
getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) |
getContainerType, getDescriptor, getDescriptor, getMapperForAttribute, getMapperForTag, getName, getPropertyName, getTagName, getType, getXmlName, isOnlyOne, registerMapper, setProperty, toStringpublic TagContentToProperty(String tagName, String propertyName, Class<?> containerType, Class<O> type, boolean onlyOne, PropertyDescriptor descriptor, Xpp3Reader<O> reader, boolean multiple)
protected Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws Exception
getDataFromXml in class PropertyMapperExceptionpublic static <O> void addMapper(Class<?> containerType, Class<O> type, boolean onlyOne, Map<String,PropertyMapper> allMappers, String tagName, Xpp3Reader<O> reader, boolean multiple) throws IntrospectionException, IllegalArgumentException
Copyright © 2009–2016 CodeLutin. All rights reserved.