Interface MapDescriptor

  • All Known Implementing Classes:
    DefaultMapDescriptor

    public interface MapDescriptor
    Additional characteristics for an attribute of Map type, i.e. an attribute that holds values of java.lang.Map type.
    • Method Detail

      • getKeyType

        TypeDescriptor getKeyType()
        Provides descriptor of the key type in the Map.
        Returns:
        descriptor for the Map key type.
      • getValueType

        TypeDescriptor getValueType()
        Provides descriptor for the value type in the Map.
        Returns:
        descriptor for the Map value type.