public class InlineParameterGroupObjectFactory extends AbstractExtensionObjectFactory<Object>
AbstractExtensionObjectFactory to resolve extension objects that can be defined as named top level elements and be
placed in the mule registry.
The objects are parsed as a ValueResolver. If that resolver is not static, then a value is obtained using a default
CoreEvent and that value is returned. Otherwise, the dynamic ValueResolver is returned instead.
expressionManager, muleContext, parameters, properties| Constructor and Description |
|---|
InlineParameterGroupObjectFactory(org.mule.metadata.api.model.ObjectType type,
ClassLoader classLoader,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doGetObject() |
getObject, getParameters, getParametersResolver, isLazyModeEnabled, resolveParameterGroups, resolveParameters, setParametersgetAnnotation, getAnnotations, getLocation, getRootContainerLocation, initRootContainerName, setAnnotationspublic InlineParameterGroupObjectFactory(org.mule.metadata.api.model.ObjectType type,
ClassLoader classLoader,
MuleContext muleContext)
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.