org.nuiton.io.xpp3
Class PropertyMapper.TagTextContentToProperty

java.lang.Object
  extended by org.nuiton.io.xpp3.PropertyMapper
      extended by org.nuiton.io.xpp3.PropertyMapper.TagTextContentToProperty
Enclosing class:
PropertyMapper

public static class PropertyMapper.TagTextContentToProperty
extends PropertyMapper


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.io.xpp3.PropertyMapper
PropertyMapper.AttributeValueToProperty, PropertyMapper.TagTextContentToProperty
 
Field Summary
 
Fields inherited from class org.nuiton.io.xpp3.PropertyMapper
containerType, descriptor, name, onlyOne, propertyName, type
 
Constructor Summary
PropertyMapper.TagTextContentToProperty(String tagName, String propertyName, Class<?> containerType, DataConverter type, boolean onlyOne, PropertyDescriptor descriptor)
           
 
Method Summary
protected  Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
           
 
Methods inherited from class org.nuiton.io.xpp3.PropertyMapper
getContainerType, getDescriptor, getName, getPropertyName, getTagName, getType, isOnlyOne, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyMapper.TagTextContentToProperty

public PropertyMapper.TagTextContentToProperty(String tagName,
                                               String propertyName,
                                               Class<?> containerType,
                                               DataConverter type,
                                               boolean onlyOne,
                                               PropertyDescriptor descriptor)
Method Detail

getDataFromXml

protected Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                         throws org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                                Exception
Specified by:
getDataFromXml in class PropertyMapper
Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Exception


Copyright © 2009 CodeLutin. All Rights Reserved.