239240241242243244245
/** * Uses the JAXB data format turning pretty printing on or off */ public T jaxb(boolean prettyPrint) { return dataFormat(new JaxbDataFormat(prettyPrint)); }