public class TransformerBootstrapProperty extends AbstractBootstrapProperty
artifactType, optional, service| Constructor and Description |
|---|
TransformerBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
boolean optional,
String name,
String className,
String returnClassName,
String mimeType)
Creates a bootstrap property
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getMimeType() |
String |
getName() |
String |
getReturnClassName() |
String |
toString() |
getArtifactType, getOptional, getServicepublic TransformerBootstrapProperty(BootstrapService service, ArtifactType artifactType, boolean optional, String name, String className, String returnClassName, String mimeType)
service - service that provides the property. Not null.artifactType - defines what is the artifact this bootstrap object applies tooptional - indicates whether or not the bootstrapped transformer is optional. When a bootstrap object is optional, any
error creating it will be ignored.name - name assigned to the transformer. Can be null.className - className of the bootstrapped transformer. Not empty.returnClassName - name of the transformer return class. Can be null.mimeType - transformer returned mimeType. Can be nullCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.