Uses of Interface
de.hybris.platform.validation.messages.ResourceBundleProvider
Packages that use ResourceBundleProvider
Package
Description
-
Uses of ResourceBundleProvider in de.hybris.platform.configurablebundleservices.constraints
Methods in de.hybris.platform.configurablebundleservices.constraints that return ResourceBundleProviderModifier and TypeMethodDescriptionprotected ResourceBundleProviderTypeValidatorHelper.getResourceBundleProvider() -
Uses of ResourceBundleProvider in de.hybris.platform.validation.messages.impl
Classes in de.hybris.platform.validation.messages.impl that implement ResourceBundleProviderModifier and TypeClassDescriptionclassDefault Implementation of interfaceResourceBundleProvider -
Uses of ResourceBundleProvider in de.hybris.platform.validation.services.impl
Fields in de.hybris.platform.validation.services.impl declared as ResourceBundleProviderModifier and TypeFieldDescriptionprotected ResourceBundleProviderDefaultConstraintViolationFactory.bundleProviderprotected ResourceBundleProviderDefaultHybrisConstraintViolation.bundleProviderDeprecated, for removal: This API element is subject to removal in a future version.protected ResourceBundleProviderLocalizedHybrisConstraintViolation.bundleProviderMethods in de.hybris.platform.validation.services.impl with parameters of type ResourceBundleProviderModifier and TypeMethodDescriptionvoidDefaultConstraintViolationFactory.setBundleProvider(ResourceBundleProvider bundleProvider) voidDefaultHybrisConstraintViolation.setBundleProvider(ResourceBundleProvider bundleProvider) Deprecated, for removal: This API element is subject to removal in a future version.DefaultHybrisConstraintViolation.bundleProvideris marked as deprecated - it is no longer used in this classvoidLocalizedHybrisConstraintViolation.setBundleProvider(ResourceBundleProvider bundleProvider) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.platform.validation.services.impl with parameters of type ResourceBundleProviderModifierConstructorDescriptionLocalizedHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, AbstractConstraintModel constraintModel, Locale locale, I18NService i18NService, ResourceBundleProvider bundleProvider) LocalizedHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, Locale locale, I18NService i18NService, ResourceBundleProvider bundleProvider)
DefaultHybrisConstraintViolation.factoryUtil