Uses of Class
org.mockserver.dashboard.model.DashboardLogEntryDTO
Packages that use DashboardLogEntryDTO
-
Uses of DashboardLogEntryDTO in org.mockserver.dashboard.model
Methods in org.mockserver.dashboard.model that return DashboardLogEntryDTOModifier and TypeMethodDescriptionDashboardLogEntryDTO.setArguments(Object... arguments) DashboardLogEntryDTO.setBecause(String because) DashboardLogEntryDTO.setDescription(Description description) DashboardLogEntryDTO.setHttpRequests(RequestDefinition[] httpRequests) DashboardLogEntryDTO.setHttpResponse(HttpResponse httpResponse) DashboardLogEntryDTO.setMessageFormat(String messageFormat) DashboardLogEntryDTO.setType(LogEntry.LogMessageType type) Methods in org.mockserver.dashboard.model that return types with arguments of type DashboardLogEntryDTO -
Uses of DashboardLogEntryDTO in org.mockserver.dashboard.serializers
Methods in org.mockserver.dashboard.serializers with parameters of type DashboardLogEntryDTOModifier and TypeMethodDescriptionDashboardLogEntryDTOSerializer.logStyle(DashboardLogEntryDTO logEntry) voidDashboardLogEntryDTOSerializer.serialize(DashboardLogEntryDTO logEntry, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)