Class EventValidator
java.lang.Object
com.skava.marketplace.validator.service.EventValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class EventValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model) static void
validateAppFeatureList
(List<String> appFeatureList) static void
validateAppId
(String appId) static void
validateAppVersion
(String appVersion) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommComponent
destroy, init, onEvent
Methods inherited from interface com.skava.core.validation.ValidatorComponent
postProcess, preProcess
-
Constructor Details
-
EventValidator
public EventValidator()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) - Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
-
validateAppFeatureList
-
validateAppId
-
validateAppVersion
-