|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GWTMapper<J,G>
Maps JAXB objects to GWT objects, and vice-versa. If a mapper exists for a certain JAXB class, it is assumed to exist in the "gwt" package relative to the JAXB class package, same name with "GWTMapper" appended to the class name.
| Method Summary | |
|---|---|
G |
toGWT(J jaxbObject,
GWTMappingContext context)
Maps a JAXB object to a GWT object. |
J |
toJAXB(G gwtObject,
GWTMappingContext context)
Maps a GWT object to a JAXB object. |
| Method Detail |
|---|
G toGWT(J jaxbObject,
GWTMappingContext context)
throws GWTMappingException
jaxbObject - The jaxb object.context - The mapping context.
GWTMappingException
J toJAXB(G gwtObject,
GWTMappingContext context)
throws GWTMappingException
gwtObject - The gwt object.context - The mapping context.
GWTMappingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||