Class FieldFiller
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.spi.FieldFiller
-
public abstract class FieldFiller extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFieldFiller(jakarta.ws.rs.core.GenericType<?> fieldType, String partName, String mediaType)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static FilefileDownloadToFile(FileDownload fileDownload)static PathfileDownloadToPath(FileDownload fileDownload)jakarta.ws.rs.core.GenericType<?>getFieldType()StringgetMediaType()StringgetPartName()abstract voidset(Object responseObject, Object fieldValue)
-
-
-
Method Detail
-
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)
-
-