Interface MetadataMap
public interface MetadataMap
A map of pluggable metadata associated with a
Ref
-
Method Summary
-
Method Details
-
asMap
- Returns:
- return the metadata as an immutable
Map
, keyed by complete module key.
-
contains
- Parameters:
completeModuleKey
- the complete module key of the provider which provided the metadata- Returns:
true
if metadata exists for this module key,false
otherwise
-
get
- Parameters:
completeModuleKey
- the complete module key of the provider which provided the metadata- Returns:
- the associated metadata
-