Uses of Class
cn.boboweike.carrot.tasks.TaskParameter
-
Packages that use TaskParameter Package Description cn.boboweike.carrot.tasks cn.boboweike.carrot.tasks.details cn.boboweike.carrot.utils.mapper.gson cn.boboweike.carrot.utils.mapper.jackson.modules -
-
Uses of TaskParameter in cn.boboweike.carrot.tasks
Fields in cn.boboweike.carrot.tasks declared as TaskParameter Modifier and Type Field Description static TaskParameterTaskParameter. TaskContextMethods in cn.boboweike.carrot.tasks that return types with arguments of type TaskParameter Modifier and Type Method Description List<TaskParameter>TaskDetails. getTaskParameters()Constructor parameters in cn.boboweike.carrot.tasks with type arguments of type TaskParameter Constructor Description TaskDetails(String className, String staticFieldName, String methodName, List<TaskParameter> taskParameters) -
Uses of TaskParameter in cn.boboweike.carrot.tasks.details
Method parameters in cn.boboweike.carrot.tasks.details with type arguments of type TaskParameter Modifier and Type Method Description voidTaskDetailsBuilder. setTaskParameters(List<TaskParameter> taskParameters) -
Uses of TaskParameter in cn.boboweike.carrot.utils.mapper.gson
Methods in cn.boboweike.carrot.utils.mapper.gson that return TaskParameter Modifier and Type Method Description TaskParameterTaskParameterDeserializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) -
Uses of TaskParameter in cn.boboweike.carrot.utils.mapper.jackson.modules
Methods in cn.boboweike.carrot.utils.mapper.jackson.modules that return TaskParameter Modifier and Type Method Description TaskParameterTaskParameterDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)Methods in cn.boboweike.carrot.utils.mapper.jackson.modules with parameters of type TaskParameter Modifier and Type Method Description voidTaskParameterSerializer. serialize(TaskParameter taskParameter, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
-