Module org.mule.runtime.dsl.api
Class TypeDefinition.MapEntryType<KeyType,ValueType>
java.lang.Object
org.mule.runtime.dsl.api.component.TypeDefinition.MapEntryType<KeyType,ValueType>
- Type Parameters:
KeyType- the key typeValueType- the value type.=
- Enclosing class:
- TypeDefinition<T>
Instances of this class represent the type of a map entry.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapEntryType
-
-
Method Details
-
getKeyType
- Returns:
- the key type.
-
getValueType
- Returns:
- the value type.
-