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 Summary
Modifier and TypeMethodDescriptionProvides descriptor of thekeytype in the Map.Provides descriptor for thevaluetype in the Map.
-
Method Details
-
getKeyType
TypeDescriptor getKeyType()Provides descriptor of thekeytype in the Map.- Returns:
- descriptor for the Map
keytype.
-
getValueType
TypeDescriptor getValueType()Provides descriptor for thevaluetype in the Map.- Returns:
- descriptor for the Map
valuetype.
-