public final class ConfigurationObjectBuilder<T> extends ResolverSetBasedObjectBuilder<T>
ObjectBuilder to create instances that match a given ConfigurationModel.
The object instances are created through the ConfigurationFactory.newInstance()
method. A ResolverSet is also used to automatically set this builders properties. The name of the properties in the
ResolverSet must match the name of an actual property in the prototype class
resolverSet| Constructor and Description |
|---|
ConfigurationObjectBuilder(org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel,
ResolverSet resolverSet) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
instantiateObject()
Creates a new instance by using the
ConfigurationFactory in the ConfigurationFactoryModelProperty |
build, build, initialise, isDynamicpublic ConfigurationObjectBuilder(org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel,
ResolverSet resolverSet)
protected T instantiateObject()
ConfigurationFactory in the ConfigurationFactoryModelPropertyinstantiateObject in class ResolverSetBasedObjectBuilder<T>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.