Module org.mule.runtime.dsl.api
Class AttributeDefinition
java.lang.Object
org.mule.runtime.dsl.api.component.AttributeDefinition
Defines how to build an attribute from an object.
An attribute may be configured to be set by using a constructor or a setter.
The
AttributeDefinition.Builder allows to create an AttributeDefinition from many different sources.- Since:
- 4.0
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
accept
- Parameters:
visitor- handler for the configuration option set for this parameter.
-