Package de.hybris.platform.rest.config
Class PlatformPropertyResolver
- java.lang.Object
-
- de.hybris.platform.rest.config.PlatformPropertyResolver
-
- All Implemented Interfaces:
com.hybris.charon.conf.PropertyResolver
public class PlatformPropertyResolver extends java.lang.Object implements com.hybris.charon.conf.PropertyResolver
-
-
Constructor Summary
Constructors Constructor Description PlatformPropertyResolver(java.lang.String cfgPrefix, ConfigurationService configurationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.String key)java.lang.Stringlookup(java.lang.String key)
-
-
-
Constructor Detail
-
PlatformPropertyResolver
public PlatformPropertyResolver(@Nullable java.lang.String cfgPrefix, ConfigurationService configurationService)
-
-