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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultImplementingTypeAnnotation(org.mule.metadata.api.model.MetadataType defaultType) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
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
MetadataTypeto be used when creating the default instance for the associatedObjectFieldType
-
getName
- Specified by:
getNamein interfaceorg.mule.metadata.api.annotation.TypeAnnotation
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.metadata.api.annotation.TypeAnnotation
-
equals
-
hashCode
public int hashCode()
-