Class PartItem
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.multipart.PartItem
-
public final class PartItem extends Object
Represents part of a multipart output- See Also:
MultipartFormDataOutput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getEntity()
String
getFilename()
String
getGenericType()
jakarta.ws.rs.core.MultivaluedMap<String,Object>
getHeaders()
jakarta.ws.rs.core.MediaType
getMediaType()
-