Uses of Class
org.mockserver.dashboard.model.DashboardLogEntryDTO
-
Packages that use DashboardLogEntryDTO Package Description org.mockserver.dashboard.model org.mockserver.dashboard.serializers -
-
Uses of DashboardLogEntryDTO in org.mockserver.dashboard.model
Methods in org.mockserver.dashboard.model that return DashboardLogEntryDTO Modifier and Type Method Description DashboardLogEntryDTODashboardLogEntryDTO. setArguments(Object... arguments)DashboardLogEntryDTODashboardLogEntryDTO. setBecause(String because)DashboardLogEntryDTODashboardLogEntryDTO. setDescription(Description description)DashboardLogEntryDTODashboardLogEntryDTO. setHttpRequests(RequestDefinition[] httpRequests)DashboardLogEntryDTODashboardLogEntryDTO. setHttpResponse(HttpResponse httpResponse)DashboardLogEntryDTODashboardLogEntryDTO. setMessageFormat(String messageFormat)DashboardLogEntryDTODashboardLogEntryDTO. setStyle(Map<String,String> style)DashboardLogEntryDTODashboardLogEntryDTO. setType(LogEntry.LogMessageType type)Methods in org.mockserver.dashboard.model that return types with arguments of type DashboardLogEntryDTO Modifier and Type Method Description List<DashboardLogEntryDTO>DashboardLogEntryDTOGroup. getLogEntryDTOS() -
Uses of DashboardLogEntryDTO in org.mockserver.dashboard.serializers
Methods in org.mockserver.dashboard.serializers with parameters of type DashboardLogEntryDTO Modifier and Type Method Description Map<String,String>DashboardLogEntryDTOSerializer. logStyle(DashboardLogEntryDTO logEntry)voidDashboardLogEntryDTOSerializer. serialize(DashboardLogEntryDTO logEntry, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)
-