|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.gwt.ArrayGWTMapper
public class ArrayGWTMapper
| Constructor Summary | |
|---|---|
ArrayGWTMapper(java.lang.reflect.Type declaredComponentType,
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo,
javax.xml.bind.annotation.XmlElement elementInfo)
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getGwtClass()
The GWT class supported by this mapper. |
java.lang.Class |
getJaxbClass()
The JAXB class supported by this mapper. |
java.lang.Object |
toGWT(java.lang.Object jaxbObject,
GWTMappingContext context)
Maps a JAXB object to a GWT object. |
java.lang.Object |
toJAXB(java.lang.Object gwtObject,
GWTMappingContext context)
Maps a GWT object to a JAXB object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayGWTMapper(java.lang.reflect.Type declaredComponentType,
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapterInfo,
javax.xml.bind.annotation.XmlElement elementInfo)
| Method Detail |
|---|
public java.lang.Object toGWT(java.lang.Object jaxbObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toGWT in interface GWTMapperjaxbObject - The jaxb object.context - The mapping context.
GWTMappingException
public java.lang.Object toJAXB(java.lang.Object gwtObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toJAXB in interface GWTMappergwtObject - The gwt object.context - The mapping context.
GWTMappingExceptionpublic java.lang.Class getJaxbClass()
CustomGWTMapper
getJaxbClass in interface CustomGWTMapperpublic java.lang.Class getGwtClass()
CustomGWTMapper
getGwtClass in interface CustomGWTMapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||