Class FormDataParamValueParamProvider.ValueProvider<T>
java.lang.Object
org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider.ValueProvider<T>
- All Implemented Interfaces:
Function<ContainerRequest,T>
- Direct Known Subclasses:
FormDataParamValueParamProvider.FileProvider,FormDataParamValueParamProvider.FormDataBodyPartProvider,FormDataParamValueParamProvider.FormDataContentDispositionProvider,FormDataParamValueParamProvider.FormDataMultiPartProvider,FormDataParamValueParamProvider.FormDataParamValueProvider,FormDataParamValueParamProvider.ListFormDataBodyPartValueProvider,FormDataParamValueParamProvider.ListFormDataContentDispositionProvider
- Enclosing class:
FormDataParamValueParamProvider
private abstract class FormDataParamValueParamProvider.ValueProvider<T>
extends Object
implements Function<ContainerRequest,T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) FormDataMultiPartgetEntity(ContainerRequest request) Returns aFormDataMultiPartentity from the request and stores it in the request context properties.
-
Constructor Details
-
ValueProvider
private ValueProvider()
-
-
Method Details
-
getEntity
Returns aFormDataMultiPartentity from the request and stores it in the request context properties.- Returns:
- a form data multi part entity.
-