Uses of Class
org.mule.runtime.dsl.api.component.KeyAttributeDefinitionPair
Packages that use KeyAttributeDefinitionPair
-
Uses of KeyAttributeDefinitionPair in org.mule.runtime.dsl.api.component
Methods in org.mule.runtime.dsl.api.component that return KeyAttributeDefinitionPairModifier and TypeMethodDescriptionKeyAttributeDefinitionPair.Builder.build()Method to build theKeyAttributeDefinitionPair.Methods in org.mule.runtime.dsl.api.component with parameters of type KeyAttributeDefinitionPairModifier and TypeMethodDescriptionstatic AttributeDefinition.BuilderAttributeDefinition.Builder.fromMultipleDefinitions(KeyAttributeDefinitionPair... definitions) Used when several attributes or child components needs to be mapped to a single attribute.voidAttributeDefinitionVisitor.onMultipleValues(KeyAttributeDefinitionPair[] definitions) Called when a multiple configuration parameters or children components objects need to be set in single object attribute or constructor parameter.