| Modifier and Type | Method and Description |
|---|---|
protected List<ValueSetter> |
ConnectionProviderObjectBuilder.createSingleValueSetters(Class<?> prototypeClass,
ResolverSet resolverSet)
In order to support
ConnectionProvider instances, introspection needs to be deferred to
the actual instantiation process so that SdkConnectionProviderAdapter can be unwrapped. |
| Modifier and Type | Field and Description |
|---|---|
protected List<ValueSetter> |
ResolverSetBasedObjectBuilder.singleValueSetters |
| Modifier and Type | Method and Description |
|---|---|
protected List<ValueSetter> |
ResolverSetBasedObjectBuilder.createSingleValueSetters(Class<?> prototypeClass,
ResolverSet resolverSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupValueSetter
An implementation of
ValueSetter for parameter groups. |
class |
SingleValueSetter
An implementation of
ValueSetter for assigning the value of a single, non grouped ParameterModel
For performance reasons, it caches the setter to be used |
| Modifier and Type | Method and Description |
|---|---|
static List<ValueSetter> |
GroupValueSetter.settersFor(org.mule.runtime.api.meta.model.parameter.ParameterizedModel model,
Supplier<ReflectionCache> reflectionCache,
Supplier<ExpressionManager> expressionManager)
Returns a
List containing one ValueSetter instance per each ParameterGroupDescriptor defined in the
ParameterGroupModelProperty extracted from the given model. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.