Class YamlConfigurationProvider
- java.lang.Object
-
- com.zebrunner.agent.core.config.provider.AnnotationDrivenConfigurationProvider<YamlProperty>
-
- com.zebrunner.agent.core.config.provider.YamlConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class YamlConfigurationProvider extends AnnotationDrivenConfigurationProvider<YamlProperty>
-
-
Constructor Summary
Constructors Constructor Description YamlConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterPropertiesSet()protected voidbeforePropertiesSet()protected java.util.List<java.lang.String>getConfigurationFieldKeys(YamlProperty annotation)protected java.lang.StringgetConfigurationFieldValue(java.lang.String key)-
Methods inherited from class com.zebrunner.agent.core.config.provider.AnnotationDrivenConfigurationProvider
getConfiguration
-
-
-
-
Method Detail
-
getConfigurationFieldKeys
protected java.util.List<java.lang.String> getConfigurationFieldKeys(YamlProperty annotation)
- Specified by:
getConfigurationFieldKeysin classAnnotationDrivenConfigurationProvider<YamlProperty>
-
getConfigurationFieldValue
protected java.lang.String getConfigurationFieldValue(java.lang.String key)
- Specified by:
getConfigurationFieldValuein classAnnotationDrivenConfigurationProvider<YamlProperty>
-
beforePropertiesSet
protected void beforePropertiesSet()
- Overrides:
beforePropertiesSetin classAnnotationDrivenConfigurationProvider<YamlProperty>
-
afterPropertiesSet
protected void afterPropertiesSet()
- Overrides:
afterPropertiesSetin classAnnotationDrivenConfigurationProvider<YamlProperty>
-
-