237238239240241242243244
try { Map<String,Object> m = toMap(con); return mapper.writeValueAsString(m); } catch (Exception e) { Logger.error(this.getClass(), e.getMessage(), e); throw new DotMappingException(e.getMessage(), e); } }
332333334335336337338339
} return mlowered; } catch (Exception e) { //Logger.error(this.getClass(), e.getMessage(), e); throw new DotMappingException(e.getMessage(), e); } }