public class DashboardLogEntryDTOSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<DashboardLogEntryDTO>
Constructor and Description |
---|
DashboardLogEntryDTOSerializer() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
logStyle(DashboardLogEntryDTO logEntry) |
void |
serialize(DashboardLogEntryDTO logEntry,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
public void serialize(DashboardLogEntryDTO logEntry, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<DashboardLogEntryDTO>
IOException
public Map<String,String> logStyle(DashboardLogEntryDTO logEntry)
Copyright © 2022. All rights reserved.