MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / writeXml

Method writeXml

CodenameOne/src/com/codename1/mapping/Mapper.java:58–58  ·  view source on GitHub ↗
(T instance, Element root)

Source from the content-addressed store, hash-verified

56 /// child elements / attributes; the root element is supplied by the caller
57 /// so the same mapper can also be invoked from inside a parent element.
58 void writeXml(T instance, Element root);
59
60 /// Inverse of `#writeXml`. Receives an `Element` (the root that
61 /// `Mappers.toXml` produced or that a parser delivered) and populates a

Callers 2

toXmlMethod · 0.65
invoke0Method · 0.65

Implementers 3

AlbumMappermaven/core-unittests/src/test/java/com
AssetMappermaven/core-unittests/src/test/java/com
GraphQLResponseTestmaven/core-unittests/src/test/java/com

Calls

no outgoing calls

Tested by

no test coverage detected