Package org.neo4j.ogm.config
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
-
Method Details
-
properties
Properties properties()Get configuration set for this source in a form ofProperties.- Returns:
- configuration set .
-