Class CconfigQueryServiceImpl
java.lang.Object
org.chenile.cconfig.service.impl.CconfigQueryServiceImpl
- All Implemented Interfaces:
CconfigQueryService
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CconfigRepository(package private) CconfigClient -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cconfigRepository
-
configClient
CconfigClient configClient
-
-
Constructor Details
-
CconfigQueryServiceImpl
-
-
Method Details
-
getAllKeys
- Specified by:
getAllKeysin interfaceCconfigQueryService- Parameters:
module- - the module- Returns:
- all the keys for the module
-
value
- Specified by:
valuein interfaceCconfigQueryService- Parameters:
module- - the module under which the key is defined.key- - the key for which value is desired.- Returns:
- the value for the key returned as a map. The key will be the solitary key in the map.
-