Class TableValidator
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.validation.standard.widget.TableValidator
-
- All Implemented Interfaces:
SourceClassAware,SourceValidator<N2oTable>
@Component public class TableValidator extends java.lang.Object implements SourceValidator<N2oTable>, SourceClassAware
-
-
Constructor Summary
Constructors Constructor Description TableValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends Source>getSourceClass()voidvalidate(N2oTable source, ValidateProcessor p)
-
-
-
Method Detail
-
validate
public void validate(N2oTable source, ValidateProcessor p)
- Specified by:
validatein interfaceSourceValidator<N2oTable>
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
- Specified by:
getSourceClassin interfaceSourceClassAware
-
-