Uses of Interface
org.nuiton.io.xpp3.DataConverter

Packages that use DataConverter
org.nuiton.io.xpp3   
 

Uses of DataConverter in org.nuiton.io.xpp3
 

Classes in org.nuiton.io.xpp3 that implement DataConverter
 class DefaultDataConverter
          A enumaration to convert some data from a string representation.
 

Fields in org.nuiton.io.xpp3 declared as DataConverter
protected  DataConverter PropertyMapper.type
          the converter from xml to pojo's property type
 

Methods in org.nuiton.io.xpp3 that return DataConverter
 DataConverter PropertyMapper.getType()
           
 

Methods in org.nuiton.io.xpp3 with parameters of type DataConverter
static void Xpp3Helper.addAttributeValueMappers(Class<?> containerType, DataConverter type, boolean onlyOne, Map<String,PropertyMapper> allMappers, String... tagNames)
           
protected static void Xpp3Helper.addMappers(Class<? extends PropertyMapper> mapperClass, Class<?> containerType, DataConverter type, boolean onlyOne, Map<String,PropertyMapper> allMappers, String... tagNames)
           
static void Xpp3Helper.addTagTextContentMappers(Class<?> containerType, DataConverter type, boolean onlyOne, Map<String,PropertyMapper> allMappers, String... tagNames)
           
 

Constructors in org.nuiton.io.xpp3 with parameters of type DataConverter
PropertyMapper.AttributeValueToProperty(String tagName, String propertyName, Class<?> containerType, DataConverter type, boolean onlyOne, PropertyDescriptor descriptor)
           
PropertyMapper.TagTextContentToProperty(String tagName, String propertyName, Class<?> containerType, DataConverter type, boolean onlyOne, PropertyDescriptor descriptor)
           
PropertyMapper(String tagName, String propertyName, Class<?> containerType, DataConverter type, boolean onlyOne, PropertyDescriptor descriptor)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.