public final class ParameterGroupCapability extends Object
Parameter
s
are grouped. This grouping is transparent and is not reflected on the introspection
model because it's implementation specific.
This capability provides the necessary metadata for the runtime to handle
those parameters accordingly.
This capability gives access to a list of ParameterGroup
instances through the
getGroups()
method.
This class is immutableConstructor and Description |
---|
ParameterGroupCapability(List<ParameterGroup> groups) |
public ParameterGroupCapability(List<ParameterGroup> groups)
public List<ParameterGroup> getGroups()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.