Class ExpressionSupportAnnotation
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionSupportAnnotation(org.mule.runtime.api.meta.ExpressionSupport expressionSupport) Creates a new instance -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.mule.metadata.api.annotation.TypeAnnotation
isPublic
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ExpressionSupportAnnotation
public ExpressionSupportAnnotation(org.mule.runtime.api.meta.ExpressionSupport expressionSupport) Creates a new instance- Parameters:
expressionSupport- aExpressionSupport- Throws:
IllegalArgumentException- ifexpressionSupportisnull
-
-
Method Details
-
getExpressionSupport
public org.mule.runtime.api.meta.ExpressionSupport getExpressionSupport() -
getName
- Specified by:
getNamein interfaceorg.mule.metadata.api.annotation.TypeAnnotation
-
equals
-
hashCode
public int hashCode() -
toString
-