public abstract class ParameterizedElementDeclarer<E extends ParameterizedElementDeclarer,D extends ParameterizedElementDeclaration> extends EnrichableElementDeclarer<E,D>
ParameterizedElementDeclaration through a fluent APIdeclaration| Modifier and Type | Method and Description |
|---|---|
E |
withParameterGroup(Consumer<ParameterGroupElementDeclarer> groupEnricher)
|
E |
withParameterGroup(ParameterGroupElementDeclaration group)
|
withCustomParameter, withPropertygetDeclarationpublic E withParameterGroup(ParameterGroupElementDeclaration group)
group - the group to add in this ParameterizedElementDeclarationthis declarerpublic E withParameterGroup(Consumer<ParameterGroupElementDeclarer> groupEnricher)
groupEnricher - the enricher that will configure the given group to add in
this ParameterizedElementDeclarationthis declarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.