public class DefaultJobLogConverter extends java.lang.Object implements Converter<java.util.List<JobLogModel>,java.lang.String>
| Constructor and Description |
|---|
DefaultJobLogConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(java.util.List<JobLogModel> logs)
Converts the source object, creating a new instance of the destination type
|
java.lang.String |
convert(java.util.List<JobLogModel> source,
java.lang.String prototype)
Convert the source object by filling the prototype
|
void |
setDateFormatPattern(java.lang.String dateFormatPattern) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setMaxMessageRows(int maxMessageRows) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic void setDateFormatPattern(java.lang.String dateFormatPattern)
public void setMaxMessageRows(int maxMessageRows)
public void setFormatFactory(FormatFactory formatFactory)
public java.lang.String convert(java.util.List<JobLogModel> logs) throws ConversionException
Converterconvert in interface Converter<java.util.List<JobLogModel>,java.lang.String>logs - the source objectConversionException - if an error occurspublic java.lang.String convert(java.util.List<JobLogModel> source, java.lang.String prototype) throws ConversionException
Converterconvert in interface Converter<java.util.List<JobLogModel>,java.lang.String>source - the source objectprototype - the prototype to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.