Uses of Interface
de.hybris.platform.odata2services.odata.processor.handler.persistence.RequestValidator
Packages that use RequestValidator
-
Uses of RequestValidator in de.hybris.platform.odata2services.odata.processor.handler.persistence
Classes in de.hybris.platform.odata2services.odata.processor.handler.persistence that implement RequestValidatorModifier and TypeClassDescriptionclassValidates request payload to ensure that the key attributes provided in the payload body matches the integration key value in the request URI.Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence that return RequestValidatorModifier and TypeMethodDescriptionprotected RequestValidatorPatchPersistenceHandler.getRequestValidator()Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence with parameters of type RequestValidatorModifier and TypeMethodDescriptionvoidPatchPersistenceHandler.setRequestValidator(RequestValidator validator) Injects implementation of the entry validator to use.