182183184185186187188
/** * Uses the custom data format */ public T custom(String ref) { return dataFormat(new CustomDataFormat(ref)); }