Uses of Class
com.logviewer.web.dto.RestRecord
Packages that use RestRecord
-
Uses of RestRecord in com.logviewer.web.dto
Methods in com.logviewer.web.dto that return types with arguments of type RestRecordModifier and TypeMethodDescriptionstatic List<RestRecord>RestRecord.fromPairList(List<Pair<LogRecord, Throwable>> pairs) -
Uses of RestRecord in com.logviewer.web.dto.events
Fields in com.logviewer.web.dto.events with type parameters of type RestRecordModifier and TypeFieldDescriptionfinal List<RestRecord>EventSearchResponse.recordsfinal List<RestRecord>RecordBundle.records