Uses of Annotation Interface
com.markvarga21.studentmanager.util.Generated
Packages that use Generated
Package
Description
A package containing the core application.
This package contains the necessary configurations for the application.
This package contains the DTO's of the application.
This package contains the entities of the application.
A package containing custom made exceptions.
This package contains custom exception handlers.
This package contains exception related util classes.
A package containing the service implementations
relating to the Face API.
A package containing service implementations related
to Azure's Form Recognizer's services.
A package which contains utility classes.
-
Uses of Generated in com.markvarga21.studentmanager
Classes in com.markvarga21.studentmanager with annotations of type GeneratedModifier and TypeClassDescriptionclass
A class holding the entrypoint of the application. -
Uses of Generated in com.markvarga21.studentmanager.config
Classes in com.markvarga21.studentmanager.config with annotations of type GeneratedModifier and TypeClassDescriptionclass
Configuration class for setting up the application's beans. -
Uses of Generated in com.markvarga21.studentmanager.dto
Classes in com.markvarga21.studentmanager.dto with annotations of type GeneratedModifier and TypeClassDescriptionclass
A utility class for correctly mapping the response from the Face API to POJO.class
A utility class for mapping the main response from Azure's Face API to a POJO.class
A utility class for mapping a part of the response from Azure's Face API to a POJO.class
A DTO class which is used when sending back passport validation information.class
Represents a student DTO in the application. -
Uses of Generated in com.markvarga21.studentmanager.entity
Classes in com.markvarga21.studentmanager.entity with annotations of type GeneratedModifier and TypeClassDescriptionclass
TheAppUser
class is used to represent the user entity.class
A class for storing the facial validation data.enum
An enum representing the student's gender.class
An entity class which is used to store the data extracted from the passport.class
Represents a student entity in the application.class
Represents the images of students. -
Uses of Generated in com.markvarga21.studentmanager.exception
Classes in com.markvarga21.studentmanager.exception with annotations of type GeneratedModifier and TypeClassDescriptionclass
A custom exception when the facial validation data is not found in the database.class
TheInvalidDateException
class is used to throw an exception when a date is invalid.class
A custom exception for if the date format is invalid.class
A custom exception class which is used if the selfie is invalid.class
A custom exception for if the facial data is invalid.class
An exception which is thrown when the image type is invalid.class
A custom exception which is used if an error occurs when processing the passport.class
A custom exception class which is used when the students data is invalid.enum
A class representing the operation the user just did, thus causing an exception to raise.class
An exception which is thrown when a passport cannot be found.class
A custom exception which is used when the passport validation data is not found.class
A custom exception which is used when the report is not found.class
A custom exception which is used when a student could not been found. -
Uses of Generated in com.markvarga21.studentmanager.exception.handler
Classes in com.markvarga21.studentmanager.exception.handler with annotations of type GeneratedModifier and TypeClassDescriptionclass
A custom exception handler for dealing with certain exceptions in the applications. -
Uses of Generated in com.markvarga21.studentmanager.exception.util
Classes in com.markvarga21.studentmanager.exception.util with annotations of type GeneratedModifier and TypeClassDescriptionclass
A custom class for sending useful information in aResponseEntity
, when an exception occurs in the application.class
A custom class for sending back custom API error when faces are not identical. -
Uses of Generated in com.markvarga21.studentmanager.service.faceapi.impl
Classes in com.markvarga21.studentmanager.service.faceapi.impl with annotations of type GeneratedModifier and TypeClassDescriptionclass
A service which uses Azure's Face API to compare two faces. -
Uses of Generated in com.markvarga21.studentmanager.service.form.impl
Classes in com.markvarga21.studentmanager.service.form.impl with annotations of type GeneratedModifier and TypeClassDescriptionclass
A service which is used to verify the data entered by the user against the data which can be found on the uploaded passport. -
Uses of Generated in com.markvarga21.studentmanager.util
Classes in com.markvarga21.studentmanager.util with annotations of type GeneratedModifier and TypeClassDescriptionclass
A util class for converting a country code to the actual name of the country.final class
A util class storing the country codes with their official names.enum
TheStudentImageType
enum is used to determine the type of the image.Methods in com.markvarga21.studentmanager.util with annotations of type GeneratedModifier and TypeMethodDescriptionstatic byte[]
ImageCompressor.toByteArray
(BufferedImage bi, String format) Converts the given image to a byte array.