Interface ConfigurationSource

All Known Implementing Classes:
ClasspathConfigurationSource, FileConfigurationSource

public interface ConfigurationSource
Provides access to a configuration store and exposes configuration values in bulk Properties format. Allows users to define and load custom property formats (e.g. YAML, HOGAN etc.) that are not supported in the core OGM API.
Author:
Mark Angrish
  • Method Summary

    Modifier and Type
    Method
    Description
    Get configuration set for this source in a form of Properties.
  • Method Details

    • properties

      Properties properties()
      Get configuration set for this source in a form of Properties.
      Returns:
      configuration set .