Package io.helidon.http.media.multipart
Class MultiPartSupportProvider
java.lang.Object
io.helidon.http.media.multipart.MultiPartSupportProvider
- All Implemented Interfaces:
- ConfiguredProvider<MediaSupport>,- MediaSupportProvider
ServiceLoader provider implementation for support of multipart.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MultiPartSupportProviderDeprecated.This class should be only instantiated as part of javaServiceLoader.
 
- 
- 
Method Details- 
configKeyDescription copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
- configKeyin interface- ConfiguredProvider<MediaSupport>
- Returns:
- key of this implementation
 
- 
createDescription copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.- Specified by:
- createin interface- ConfiguredProvider<MediaSupport>
- Parameters:
- config- located at- ConfiguredProvider.configKey()node
- name- name of the configured implementation
- Returns:
- a new instance created from this config node
 
 
-