Class IdObjectValidatorConfig
- java.lang.Object
-
- io.mosip.kernel.idobjectvalidator.config.IdObjectValidatorConfig
-
@Configuration public class IdObjectValidatorConfig extends Object
The Class IdObjectValidatorConfig.- Author:
- Manoj SP
-
-
Constructor Summary
Constructors Constructor Description IdObjectValidatorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdObjectValidatorreferenceValidator()Reference validator.voidvalidateReferenceValidator()Validate reference validator.
-
-
-
Method Detail
-
validateReferenceValidator
@PostConstruct public void validateReferenceValidator() throws ClassNotFoundExceptionValidate reference validator.- Throws:
ClassNotFoundException- the class not found exception
-
referenceValidator
@Bean @Lazy public IdObjectValidator referenceValidator() throws ClassNotFoundException, InstantiationException, IllegalAccessException
Reference validator.- Returns:
- the id object validator
- Throws:
ClassNotFoundException- the class not found exceptionInstantiationException- the instantiation exceptionIllegalAccessException- the illegal access exception
-
-