Uses of Interface
jakarta.ws.rs.core.EntityPart
Packages that use EntityPart
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of EntityPart in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return EntityPartModifier and TypeMethodDescriptionEntityPart.Builder.build()Builds a new EntityPart instance using the provided property values. -
Uses of EntityPart in org.jboss.resteasy.plugins.providers.multipart
Methods in org.jboss.resteasy.plugins.providers.multipart that return EntityPartMethods in org.jboss.resteasy.plugins.providers.multipart that return types with arguments of type EntityPartModifier and TypeMethodDescriptionMultipartEntityPartReader.readFrom(Class<List<EntityPart>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Method parameters in org.jboss.resteasy.plugins.providers.multipart with type arguments of type EntityPartModifier and TypeMethodDescriptionMultipartEntityPartWriter.asyncWriteTo(List<EntityPart> entityParts, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartEntityPartReader.readFrom(Class<List<EntityPart>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) voidMultipartEntityPartWriter.writeTo(List<EntityPart> entityParts, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) -
Uses of EntityPart in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet that return types with arguments of type EntityPartModifier and TypeMethodDescriptionHttpServletInputMessage.getFormEntityPart(String name) HttpServletInputMessage.getFormEntityParts() -
Uses of EntityPart in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type EntityPartModifier and TypeMethodDescriptiondefault Optional<EntityPart>HttpRequest.getFormEntityPart(String name) Returns the optional entity part for amultipart/form-datarequest.default List<EntityPart>HttpRequest.getFormEntityParts()Returns for entity parts for amultipart/form-datarequest. -
Uses of EntityPart in org.jboss.resteasy.spi.multipart
Methods in org.jboss.resteasy.spi.multipart that return types with arguments of type EntityPartModifier and TypeMethodDescriptiondefault Optional<EntityPart>MultipartContent.entityPart(String name) Returns the optional entity part for amultipart/form-datarequest.MultipartContent.entityParts()Returns the entity parts for multipart/form-data types. -
Uses of EntityPart in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return types with arguments of type EntityPartModifier and TypeMethodDescriptionDelegatingHttpRequest.getFormEntityPart(String name) DelegatingHttpRequest.getFormEntityParts()