@NoImplement
public interface WithParameters
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionParameter> |
getParameterGroups() |
List<ExtensionParameter> |
getParameters() |
List<ExtensionParameter> |
getParametersAnnotatedWith(Class<? extends Annotation> annotationClass) |
List<ExtensionParameter> getParameters()
ExtensionParameter that represents the parameters of the componentList<ExtensionParameter> getParameterGroups()
ExtensionParameter that represents the parameters of the component that are considered as parameter
groupsList<ExtensionParameter> getParametersAnnotatedWith(Class<? extends Annotation> annotationClass)
annotationClass - Annotation to look for parameters annotated with this classExtensionParameter that are annotated with the given Annotation ClassCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.