Class ImplicitStereotypeDefinition
java.lang.Object
org.mule.runtime.extension.api.stereotype.ImplicitStereotypeDefinition
- All Implemented Interfaces:
StereotypeDefinition
A special kind of stereotype definition, to be automatically added to top level pojos and interfaces form an extension that do
not already have an associated stereotype.
The idea behind this is to make all referrable types have a stereotype, so it is the primary method of managing references between objects defined in the DSL.
The namespace is not provided, since it will be set when this object is processed, as explained in
StereotypeDefinition.getNamespace().
- Since:
- 1.3
-
Constructor Details
-
ImplicitStereotypeDefinition
-
ImplicitStereotypeDefinition
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceStereotypeDefinition- Returns:
- The type of the current Stereotype definition
-
getParent
- Specified by:
getParentin interfaceStereotypeDefinition- Returns:
- The
Optionalparent of the current Stereotype definition
-
hashCode
public int hashCode() -
equals
-