Class DefaultImplementingTypeAnnotation

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

public class DefaultImplementingTypeAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
Declares the default Type that will be instantiated for this ObjectFieldType if no instance is provided as a value.
Since:
1.0
  • Field Details

  • Constructor Details

    • DefaultImplementingTypeAnnotation

      public DefaultImplementingTypeAnnotation(org.mule.metadata.api.model.MetadataType defaultType)
  • Method Details

    • getDefaultType

      public org.mule.metadata.api.model.MetadataType getDefaultType()
      Returns:
      the default MetadataType to be used when creating the default instance for the associated ObjectFieldType
    • getName

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object