Class DslBaseType
java.lang.Object
org.mule.runtime.extension.api.declaration.type.annotation.PrefixDefinedAnnotation
org.mule.runtime.extension.api.declaration.type.annotation.DslBaseType
Pojo used to store a baseType when specified from
TypeDsl. The format expected is prefix:element and they should both
always be specified.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDslBaseType(String formattedBaseType) DslBaseType(String prefix, String type) -
Method Summary
Methods inherited from class org.mule.runtime.extension.api.declaration.type.annotation.PrefixDefinedAnnotation
equals, getContent, getPrefix, hashCode, isDefined
-
Constructor Details
-
DslBaseType
public DslBaseType() -
DslBaseType
-
DslBaseType
- Throws:
IllegalArgumentException
-
-
Method Details
-
getType
-