Uses of Class
org.mockserver.dashboard.model.LogEntryDTO
-
Packages that use LogEntryDTO Package Description org.mockserver.dashboard.model org.mockserver.dashboard.serializers -
-
Uses of LogEntryDTO in org.mockserver.dashboard.model
Methods in org.mockserver.dashboard.model that return LogEntryDTO Modifier and Type Method Description LogEntryDTOLogEntryDTO. setArguments(Object... arguments)LogEntryDTOLogEntryDTO. setEpochTime(long epochTime)LogEntryDTOLogEntryDTO. setExpectation(Expectation expectation)LogEntryDTOLogEntryDTO. setHttpError(HttpError httpError)LogEntryDTOLogEntryDTO. setHttpRequest(HttpRequest httpRequest)LogEntryDTOLogEntryDTO. setHttpRequests(HttpRequest[] httpRequests)LogEntryDTOLogEntryDTO. setHttpResponse(HttpResponse httpResponse)LogEntryDTOLogEntryDTO. setLogLevel(org.slf4j.event.Level logLevel)LogEntryDTOLogEntryDTO. setMessageFormat(String messageFormat)LogEntryDTOLogEntryDTO. setThrowable(Throwable throwable)LogEntryDTOLogEntryDTO. setType(LogEntry.LogMessageType type) -
Uses of LogEntryDTO in org.mockserver.dashboard.serializers
Methods in org.mockserver.dashboard.serializers with parameters of type LogEntryDTO Modifier and Type Method Description voidLogEntryDTOSerializer. serialize(LogEntryDTO logEntry, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-