Uses of Class
de.teamholycow.acc.resultserver.model.json.JsonResult
Packages that use JsonResult
Package
Description
-
Uses of JsonResult in de.teamholycow.acc.resultserver
Methods in de.teamholycow.acc.resultserver that return JsonResultModifier and TypeMethodDescription -
Uses of JsonResult in de.teamholycow.acc.resultserver.processor.driver
Methods in de.teamholycow.acc.resultserver.processor.driver with parameters of type JsonResultModifier and TypeMethodDescriptionvoidBasicDriverStatisticProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) voidConsistencyDriverProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) voidDamageTimeProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) voidDriverLapsProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) voidDriverProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) voidPitStopDriverProcessor.process(StatisticResult statisticResult, Driver driver, JsonResult jsonResult) -
Uses of JsonResult in de.teamholycow.acc.resultserver.processor.statistic
Methods in de.teamholycow.acc.resultserver.processor.statistic with parameters of type JsonResultModifier and TypeMethodDescriptionvoidAddDriverProcessor.process(StatisticResult statisticResult, JsonResult jsonResult) voidExtendDriverProcessor.process(StatisticResult statisticResult, JsonResult jsonResult) voidSessionInformationProcessor.process(StatisticResult statisticResult, JsonResult jsonResult) voidStatisticProcessor.process(StatisticResult statisticResult, JsonResult jsonResult)