Class TypeDefinition.MapEntryType<KeyType,ValueType>

java.lang.Object
org.mule.runtime.dsl.api.component.TypeDefinition.MapEntryType<KeyType,ValueType>
Type Parameters:
KeyType - the key type
ValueType - the value type.=
Enclosing class:
TypeDefinition<T>

public static class TypeDefinition.MapEntryType<KeyType,ValueType> extends Object
Instances of this class represent the type of a map entry.
Since:
4.0
  • Constructor Details

  • Method Details

    • getKeyType

      public Class<?> getKeyType()
      Returns:
      the key type.
    • getValueType

      public Class<?> getValueType()
      Returns:
      the value type.