Class AttributeDefinition

java.lang.Object
org.mule.runtime.dsl.api.component.AttributeDefinition

public class AttributeDefinition extends Object
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
  • Method Details

    • accept

      public void accept(AttributeDefinitionVisitor visitor)
      Parameters:
      visitor - handler for the configuration option set for this parameter.