Uses of Class
org.mule.runtime.dsl.api.component.AttributeDefinition
Packages that use AttributeDefinition
-
Uses of AttributeDefinition in org.mule.runtime.dsl.api.component
Methods in org.mule.runtime.dsl.api.component that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinition.Builder.build()KeyAttributeDefinitionPair.getAttributeDefinition()SetterAttributeDefinition.getAttributeDefinition()Methods in org.mule.runtime.dsl.api.component that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionComponentBuildingDefinition.getAttributesDefinitions()ComponentBuildingDefinition.getConstructorAttributeDefinition()Methods in org.mule.runtime.dsl.api.component with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionKeyAttributeDefinitionPair.Builder.withAttributeDefinition(AttributeDefinition attributeDefinition) ComponentBuildingDefinition.Builder.withConstructorParameterDefinition(AttributeDefinition attributeDefinition) Adds a new constructor parameter to be used during the object instantiation.ComponentBuildingDefinition.Builder.withSetterParameterDefinition(String fieldName, AttributeDefinition attributeDefinition) Adds a new parameter to be added to the object by using a setter method.Constructors in org.mule.runtime.dsl.api.component with parameters of type AttributeDefinitionModifierConstructorDescriptionSetterAttributeDefinition(String attributeName, AttributeDefinition attributeDefinition)