Class FieldFiller
java.lang.Object
org.jboss.resteasy.reactive.client.spi.FieldFiller
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldFiller(jakarta.ws.rs.core.GenericType<?> fieldType, String partName, String mediaType) -
Method Summary
Modifier and TypeMethodDescriptionstatic FilefileDownloadToFile(org.jboss.resteasy.reactive.multipart.FileDownload fileDownload) static PathfileDownloadToPath(org.jboss.resteasy.reactive.multipart.FileDownload fileDownload) jakarta.ws.rs.core.GenericType<?> abstract void
-
Constructor Details
-
FieldFiller
-
-
Method Details
-
set
-
getFieldType
public jakarta.ws.rs.core.GenericType<?> getFieldType() -
getPartName
-
getMediaType
-
fileDownloadToFile
public static File fileDownloadToFile(org.jboss.resteasy.reactive.multipart.FileDownload fileDownload) -
fileDownloadToPath
public static Path fileDownloadToPath(org.jboss.resteasy.reactive.multipart.FileDownload fileDownload)
-