java.lang.Object
org.mule.sdk.api.stereotype.ObjectStoreStereotype
- All Implemented Interfaces:
StereotypeDefinition
@MinMuleVersion("4.5.0")
public final class ObjectStoreStereotype
extends Object
implements StereotypeDefinition
StereotypeDefinition for a generic ObjectStore definition- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()In order to fix an inconsistency between this stereotype and the definition onMuleStereotypes.OBJECT_STOREwithout breaking backwards compatibility we have to change the hierarchy and set the namespaceOS.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.sdk.api.stereotype.StereotypeDefinition
getParent
-
Constructor Details
-
ObjectStoreStereotype
public ObjectStoreStereotype()
-
-
Method Details
-
getNamespace
In order to fix an inconsistency between this stereotype and the definition onMuleStereotypes.OBJECT_STOREwithout breaking backwards compatibility we have to change the hierarchy and set the namespaceOS.- Specified by:
getNamespacein interfaceStereotypeDefinition- Returns:
-
getName
- Specified by:
getNamein interfaceStereotypeDefinition- Returns:
- The type of the current Stereotype definition
-