Interface MapDescriptor

All Known Implementing Classes:
ClassMapDescriptor, 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 Summary

    Modifier and Type
    Method
    Description
    Provides descriptor of the key type in the Map.
    Provides descriptor for the value type in the Map.
  • Method Details

    • 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.