Interface RegionMetadataProvider

All Known Implementing Classes:
GeneratedRegionMetadataProvider

public interface RegionMetadataProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the region metadata with the name given, if it exists in the metadata or if it can be derived from the metadata.
  • Method Details

    • regionMetadata

      RegionMetadata regionMetadata(Region region)
      Returns the region metadata with the name given, if it exists in the metadata or if it can be derived from the metadata. Otherwise, returns null.
      Parameters:
      region - the region to search for
      Returns:
      the corresponding region metadata, if it exists or derived.