public final class JavaMimeTypeParametersDeclarationEnricher extends Object implements org.mule.runtime.extension.api.loader.WalkingDeclarationEnricher
InputStream, String or Object by adding two parameters: A
ExtensionProperties.MIME_TYPE_PARAMETER_NAME that allows configuring the mimeType to the output operation payload and a
ExtensionProperties.ENCODING_PARAMETER_NAME that allows configuring the encoding to the output operation payload.
Both added attributes are optional without default value and accept expressions.
| Constructor and Description |
|---|
JavaMimeTypeParametersDeclarationEnricher() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.loader.DeclarationEnricherPhase |
getExecutionPhase() |
Optional<org.mule.runtime.extension.api.loader.WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate> |
getWalkDelegate(org.mule.runtime.extension.api.loader.ExtensionLoadingContext extensionLoadingContext) |
public JavaMimeTypeParametersDeclarationEnricher()
public org.mule.runtime.extension.api.loader.DeclarationEnricherPhase getExecutionPhase()
getExecutionPhase in interface org.mule.runtime.extension.api.loader.DeclarationEnricherpublic Optional<org.mule.runtime.extension.api.loader.WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate> getWalkDelegate(org.mule.runtime.extension.api.loader.ExtensionLoadingContext extensionLoadingContext)
getWalkDelegate in interface org.mule.runtime.extension.api.loader.WalkingDeclarationEnricherCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.