|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configurator of BeanMappings.
Method Summary | |
BeanMapping |
getMapping(java.lang.Class clazz,
java.lang.Class targetClass)
Get a mapping from clazz to targetClass . |
java.util.List |
getMappings(org.xml.sax.InputSource inputSource)
Get a list of mappings from an InputSource . |
Method Detail |
public BeanMapping getMapping(java.lang.Class clazz, java.lang.Class targetClass) throws BeanMappingException
clazz
to targetClass
.
clazz
- source class.targetClass
- target class.
clazz
to targetClass
.
BeanMappingException
- If the mapping is illegal or otherwise fails.public java.util.List getMappings(org.xml.sax.InputSource inputSource) throws BeanMappingException
InputSource
.
inputSource
- The source.
InputSource
.
BeanMappingException
- If the mapping is illegal or otherwise fails.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |