Class FieldFiller


  • public abstract class FieldFiller
    extends Object
    • Constructor Detail

      • FieldFiller

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

      • 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)