Uses of Class
de.hybris.platform.webservicescommons.resolver.helpers.FallbackConfigurationHelper
-
Packages that use FallbackConfigurationHelper Package Description de.hybris.platform.webservicescommons.resolver de.hybris.platform.webservicescommons.resolver.formatters -
-
Uses of FallbackConfigurationHelper in de.hybris.platform.webservicescommons.resolver
Methods in de.hybris.platform.webservicescommons.resolver that return FallbackConfigurationHelper Modifier and Type Method Description protected FallbackConfigurationHelperRestExceptionResolver. getFallbackConfigurationHelper()Methods in de.hybris.platform.webservicescommons.resolver with parameters of type FallbackConfigurationHelper Modifier and Type Method Description voidRestExceptionResolver. setFallbackConfigurationHelper(FallbackConfigurationHelper fallbackConfigurationHelper) -
Uses of FallbackConfigurationHelper in de.hybris.platform.webservicescommons.resolver.formatters
Methods in de.hybris.platform.webservicescommons.resolver.formatters that return FallbackConfigurationHelper Modifier and Type Method Description protected FallbackConfigurationHelperGenericExceptionMessageFormatter. getFallbackConfigurationHelper()Constructors in de.hybris.platform.webservicescommons.resolver.formatters with parameters of type FallbackConfigurationHelper Constructor Description GenericExceptionMessageFormatter(FallbackConfigurationHelper fallbackConfigurationHelper)Creates a new generic message formatter with given fallback configuration helper.
-