Serialized Form
-
Package org.example.crmedu.application.event
-
Class org.example.crmedu.application.event.OnRegistrationCompleteEvent
class OnRegistrationCompleteEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
user
User user
-
-
-
-
Package org.example.crmedu.domain.exception
-
Exception Class org.example.crmedu.domain.exception.EntityExistsException
class EntityExistsException extends RuntimeException implements Serializable -
Exception Class org.example.crmedu.domain.exception.EntityNotFoundException
class EntityNotFoundException extends RuntimeException implements Serializable -
Exception Class org.example.crmedu.domain.exception.TutorScheduleOverlapsException
class TutorScheduleOverlapsException extends RuntimeException implements Serializable-
Serialized Fields
-
newSchedule
TutorSchedule newSchedule
The new schedule that the user is trying to add. -
overlappedSchedule
TutorSchedule overlappedSchedule
The existing schedule that conflicts with the new schedule.
-
-
-
-
Package org.example.crmedu.infrastructure.auth.jwt
-
Class org.example.crmedu.infrastructure.auth.jwt.JwtAuthentication
class JwtAuthentication extends Object implements Serializable
-