public class StackableTypesParameterContributor extends Object implements ParameterDeclarerContributor
ParameterDeclarerContributor implementation contributes to the parameters of type that are registered as
wrapper types.| Modifier and Type | Class and Description |
|---|---|
static class |
StackableTypesParameterContributor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StackableTypesParameterContributor.Builder |
builder(org.mule.metadata.api.ClassTypeLoader typeLoader) |
void |
contribute(ExtensionParameter parameter,
org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer declarer,
ParameterDeclarationContext declarationContext)
Contributes to a
ParameterDeclarer if the type of the given parameter is one of the registered as
wrapper types |
static StackableTypesParameterContributor |
defaultContributor(org.mule.metadata.api.ClassTypeLoader typeLoader) |
public void contribute(ExtensionParameter parameter, org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer declarer, ParameterDeclarationContext declarationContext)
ParameterDeclarer if the type of the given parameter is one of the registered as
wrapper typescontribute in interface ParameterDeclarerContributorparameter - ExtensionParameter with introspected information of the Java parameterdeclarer - declarer to be enricheddeclarationContext - context of the parameter to be declaredpublic static StackableTypesParameterContributor.Builder builder(org.mule.metadata.api.ClassTypeLoader typeLoader)
public static StackableTypesParameterContributor defaultContributor(org.mule.metadata.api.ClassTypeLoader typeLoader)
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.