[Swift-devel] output format of simple_mapper
Ben Clifford
benc at hawaga.org.uk
Thu Feb 26 18:42:01 CST 2009
AbstractMapper has this rather case:
if (level < tokenCount - 2) {
logger.debug("Adding mapper-specified separator"
);
sb.append(getElementMapper().getSeparator(level)
);
}
else {
logger.debug("Adding '.' instead of
mapper-specified separator");
sb.append('.');
}
that implements the behaviour Mihael describes.
Don't let the name fool you - simple_mapper is not the simplest thing in
the world...
--
More information about the Swift-devel
mailing list