java.lang.Object
org.mule.runtime.extension.api.declaration.type.annotation.ExpressionSupportAnnotation
All Implemented Interfaces:
org.mule.metadata.api.annotation.TypeAnnotation

public final class ExpressionSupportAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
A TypeAnnotation used to enrich a MetadataType by specifying a certain level of ExpressionSupport it supports.

This class is immutable.

Since:
1.0
  • Field Details

  • Constructor Details

    • ExpressionSupportAnnotation

      public ExpressionSupportAnnotation(org.mule.runtime.api.meta.ExpressionSupport expressionSupport)
      Creates a new instance
      Parameters:
      expressionSupport - a ExpressionSupport
      Throws:
      IllegalArgumentException - if expressionSupport is null
  • Method Details

    • getExpressionSupport

      public org.mule.runtime.api.meta.ExpressionSupport getExpressionSupport()
    • getName

      public String getName()
      Specified by:
      getName in interface org.mule.metadata.api.annotation.TypeAnnotation
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object