Module bus.http

Class CoverTasks.Executor.Data<T>

java.lang.Object
org.miaixz.bus.http.plugin.httpv.CoverTasks.Executor.Data<T>
Type Parameters:
T - The type of the data.
Enclosing class:
CoverTasks.Executor

public static class CoverTasks.Executor.Data<T> extends Object
A container for holding converted data along with its content type.
  • Field Details

    • data

      public T data
      The converted data.
    • contentType

      public String contentType
      The content type of the data.
  • Constructor Details

    • Data

      public Data(T data, String contentType)
      Constructs a new Data object.
      Parameters:
      data - The data.
      contentType - The content type.