Uses of Interface
com.marsching.flexiparse.xml2object.configuration.MappingConfiguration

Packages that use MappingConfiguration
com.marsching.flexiparse.xml2object.configuration Configuration objects for XML to object mapping support. 
 

Uses of MappingConfiguration in com.marsching.flexiparse.xml2object.configuration
 

Subinterfaces of MappingConfiguration in com.marsching.flexiparse.xml2object.configuration
 interface AttributeMappingConfiguration
          Stores the configuration for the mapping of an XML attribute to a Java type.
 interface ElementMappingConfiguration
          Stores the configuration for a mapping of an XML element to a Java type.
 interface TextMappingConfiguration
          Stores configuration for a mapping from an XML text node to a Java type.
 

Methods in com.marsching.flexiparse.xml2object.configuration that return types with arguments of type MappingConfiguration
 Collection<? extends MappingConfiguration> ElementMappingConfiguration.getChildMappings()
          Returns configurations for child mappings.
 



Copyright © 2008-2009. All Rights Reserved.