Class FieldFiller

java.lang.Object
org.jboss.resteasy.reactive.client.spi.FieldFiller

public abstract class FieldFiller extends Object
  • Constructor Details

    • FieldFiller

      protected FieldFiller(jakarta.ws.rs.core.GenericType<?> fieldType, String partName, String mediaType)
  • Method Details

    • set

      public abstract void set(Object responseObject, Object fieldValue)
    • getFieldType

      public jakarta.ws.rs.core.GenericType<?> getFieldType()
    • getPartName

      public String getPartName()
    • getMediaType

      public String getMediaType()
    • fileDownloadToFile

      public static File fileDownloadToFile(FileDownload fileDownload)
    • fileDownloadToPath

      public static Path fileDownloadToPath(FileDownload fileDownload)