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