Uses of Interface
cn.boboweike.carrot.utils.mapper.JsonMapper
-
-
Uses of JsonMapper in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration with parameters of type JsonMapper Modifier and Type Method Description CarrotConfigurationCarrotConfiguration. useJsonMapper(JsonMapper jsonMapper)TheJsonMapperto transform tasks to json in the database -
Uses of JsonMapper in cn.boboweike.carrot.dashboard
Constructors in cn.boboweike.carrot.dashboard with parameters of type JsonMapper Constructor Description CarrotApiHandler(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)CarrotDashboardWebServer(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)CarrotDashboardWebServer(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper, int port)CarrotDashboardWebServer(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper, int port, String username, String password)CarrotDashboardWebServer(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper, CarrotDashboardWebServerConfiguration configuration)CarrotSseHandler(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)CarrotSseHandler(String contextPath, PartitionedStorageProvider storageProvider, JsonMapper jsonMapper) -
Uses of JsonMapper in cn.boboweike.carrot.dashboard.server.http
Constructors in cn.boboweike.carrot.dashboard.server.http with parameters of type JsonMapper Constructor Description HttpResponse(HttpExchange httpExchange, JsonMapper jsonMapper)RestHttpHandler(String contextPath, JsonMapper jsonMapper) -
Uses of JsonMapper in cn.boboweike.carrot.dashboard.sse
Constructors in cn.boboweike.carrot.dashboard.sse with parameters of type JsonMapper Constructor Description AbstractObjectSseExchange(HttpExchange httpExchange, JsonMapper jsonMapper)BackgroundTaskServerStatusSseExchange(HttpExchange httpExchange, PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)TaskSseExchange(HttpExchange httpExchange, PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)TaskStatsListSseExchange(HttpExchange httpExchange, PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)TaskStatsSseExchange(HttpExchange httpExchange, PartitionedStorageProvider storageProvider, JsonMapper jsonMapper) -
Uses of JsonMapper in cn.boboweike.carrot.tasks.mappers
Constructors in cn.boboweike.carrot.tasks.mappers with parameters of type JsonMapper Constructor Description TaskMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in cn.boboweike.carrot.utils.mapper
Methods in cn.boboweike.carrot.utils.mapper that return JsonMapper Modifier and Type Method Description static JsonMapperJsonMapperValidator. validateJsonMapper(JsonMapper jsonMapper)Methods in cn.boboweike.carrot.utils.mapper with parameters of type JsonMapper Modifier and Type Method Description static JsonMapperJsonMapperValidator. validateJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in cn.boboweike.carrot.utils.mapper.gson
Classes in cn.boboweike.carrot.utils.mapper.gson that implement JsonMapper Modifier and Type Class Description classGsonJsonMapper -
Uses of JsonMapper in cn.boboweike.carrot.utils.mapper.jackson
Classes in cn.boboweike.carrot.utils.mapper.jackson that implement JsonMapper Modifier and Type Class Description classJacksonJsonMapper
-