Uses of Class
org.nuiton.io.xpp3.PropertyMapper

Packages that use PropertyMapper
org.nuiton.io.xpp3   
 

Uses of PropertyMapper in org.nuiton.io.xpp3
 

Subclasses of PropertyMapper in org.nuiton.io.xpp3
static class PropertyMapper.AttributeValueToProperty
           
static class PropertyMapper.TagTextContentToProperty
           
 

Fields in org.nuiton.io.xpp3 with type parameters of type PropertyMapper
protected  Map<String,PropertyMapper> AbstractXpp3Reader.allMappers
          the univers of mappers availables, initialized in AbstractXpp3Reader.initMappers().
 

Methods in org.nuiton.io.xpp3 that return types with arguments of type PropertyMapper
 Map<String,PropertyMapper> AbstractXpp3Reader.getMappers(Class<?> srcType)
          Obtain all mappers for a given type.
 

Method parameters in org.nuiton.io.xpp3 with type arguments of type PropertyMapper
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)
           
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)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.