Uses of Class
com.markvarga21.studentmanager.dto.PassportValidationResponse
Packages that use PassportValidationResponse
Package
Description
This package contains the controllers of the application.
A package containing service interfaces related to
Azure's Form Recognizer's services.
A package containing service implementations related
to Azure's Form Recognizer's services.
-
Uses of PassportValidationResponse in com.markvarga21.studentmanager.controller
Methods in com.markvarga21.studentmanager.controller that return types with arguments of type PassportValidationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PassportValidationResponse>
PassportValidationController.validatePassport
(String studentJson, org.springframework.web.multipart.MultipartFile passport) Validates the data entered by the user against the data which can be found on the passport. -
Uses of PassportValidationResponse in com.markvarga21.studentmanager.service.form
Methods in com.markvarga21.studentmanager.service.form that return PassportValidationResponseModifier and TypeMethodDescriptionFormRecognizerService.validatePassport
(String studentDto, org.springframework.web.multipart.MultipartFile passport) Validates the data entered by the user against the data which can be found-, and has been extracted from the passport. -
Uses of PassportValidationResponse in com.markvarga21.studentmanager.service.form.impl
Methods in com.markvarga21.studentmanager.service.form.impl that return PassportValidationResponseModifier and TypeMethodDescriptionFormRecognizerServiceImpl.validatePassport
(String studentJson, org.springframework.web.multipart.MultipartFile passport) Validates the data entered by the user against the data, which can be found-, and has been extracted from the passport.