|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementMappingConfiguration
Stores the configuration for a mapping of an XML element to a Java type.
| Method Summary | |
|---|---|
Collection<? extends MappingConfiguration> |
getChildMappings()
Returns configurations for child mappings. |
boolean |
getDeepSearch()
Specifies, whether to look for child elements only one level below the parent element (matching this mapping) or also in deeper levels. |
String |
getElementName()
Returns the (local) name of the XML element matched by this configuration. |
String |
getElementNamespace()
Returns the namespace URI of the XML element matched by this configuration. |
| Methods inherited from interface com.marsching.flexiparse.xml2object.configuration.MappingConfiguration |
|---|
getMaxOccurs, getMinOccurs, getTargetAttribute, getTargetType, getTargetTypeClassLoader |
| Method Detail |
|---|
String getElementName()
String getElementNamespace()
Collection<? extends MappingConfiguration> getChildMappings()
boolean getDeepSearch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||