Interface QInstanceValidatorPluginInterface<T>
- All Known Implementing Classes:
BasepullExtractStepValidator
public interface QInstanceValidatorPluginInterface<T>
Interface for additional / optional q instance validators. Some will be
provided by QQQ - others can be defined by applications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(T object, QInstance qInstance, QInstanceValidator qInstanceValidator)
-
Method Details
-
validate
-