public class ObjectBootstrapProperty extends AbstractBootstrapProperty
artifactType, optional, service| Constructor and Description |
|---|
ObjectBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String key,
String className)
Creates a generic bootstrap property
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getKey() |
String |
toString() |
getArtifactType, getOptional, getServicepublic ObjectBootstrapProperty(BootstrapService service, ArtifactType artifactType, Boolean optional, String key, String className)
service - service that provides the property. Not null.artifactType - defines what is the artifact this bootstrap object applies tooptional - indicates whether or not the bootstrap object is optional. When a bootstrap object is optional, any error
creating it will be ignored.key - key used to register the object. Not empty.className - className of the bootstrapped object. Not empty.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.