Class IdObjectCompositeValidator
- java.lang.Object
-
- io.mosip.kernel.idobjectvalidator.impl.IdObjectCompositeValidator
-
- All Implemented Interfaces:
IdObjectValidator
@Component @Primary public class IdObjectCompositeValidator extends Object implements IdObjectValidator
The Class IdObjectCompositeValidator.- Author:
- Manoj SP
-
-
Constructor Summary
Constructors Constructor Description IdObjectCompositeValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidateIdObject(String idSchema, Object identityObject, List<String> requiredFields)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.kernel.core.idobjectvalidator.spi.IdObjectValidator
validateIdObject
-
-
-
-
Method Detail
-
validateIdObject
public boolean validateIdObject(String idSchema, Object identityObject, List<String> requiredFields) throws IdObjectValidationFailedException, IdObjectIOException, InvalidIdSchemaException
- Specified by:
validateIdObjectin interfaceIdObjectValidator- Throws:
IdObjectValidationFailedExceptionIdObjectIOExceptionInvalidIdSchemaException
-
-