Uses of Class
org.mule.test.some.extension.SomeParameterGroupOneRequiredConfig
-
Uses of SomeParameterGroupOneRequiredConfig in org.mule.test.some.extension
Methods in org.mule.test.some.extension that return SomeParameterGroupOneRequiredConfigModifier and TypeMethodDescriptionParameterGroupConfig.getSomeParameterGroup()ParameterGroupDslConfig.getSomeParameterGroup()SomeOps.oneRequiredParameterResolverOperation(SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a exclusive-optionalsisOneRequired ParameterGroup where show in Dsl is off.SomeOps.oneRequiredParameterResolverOperationDslTrue(SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a ParameterGroup shown as a child-element of the operation xml definition, with aisOneRequired property.Methods in org.mule.test.some.extension with parameters of type SomeParameterGroupOneRequiredConfigModifier and TypeMethodDescriptionSomeOps.oneRequiredParameterResolverOperation(SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a exclusive-optionalsisOneRequired ParameterGroup where show in Dsl is off.SomeOps.oneRequiredParameterResolverOperationDslTrue(SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a ParameterGroup shown as a child-element of the operation xml definition, with aisOneRequired property.SomeOps.repeatedParameterName(ComplexParameter pojoParameter, SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a exclusive-optionalsisOneRequired ParameterGroup and repeated parameter names.SomeOps.repeatedParameterNameDslTrue(ComplexParameter pojoParameter, SomeParameterGroupOneRequiredConfig oneParameterGroup) An operation to test an use-case of a exclusive-optionalsisOneRequired ParameterGroup with show in Dsl true and repeated parameter names.