Serialized Form
-
Package dev.vernite.vernite.common.exception
-
Exception dev.vernite.vernite.common.exception.ConflictStateException
class ConflictStateException extends RuntimeException implements Serializable-
Serialized Fields
-
reason
String reason
-
-
-
Exception dev.vernite.vernite.common.exception.EntityNotFoundException
class EntityNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
entityName
String entityName
-
id
long id
-
-
-
Exception dev.vernite.vernite.common.exception.ExternalApiException
class ExternalApiException extends RuntimeException implements Serializable-
Serialized Fields
-
service
String service
-
-
-
-
Package dev.vernite.vernite.integration.calendar
-
Class dev.vernite.vernite.integration.calendar.CalendarName
class CalendarName extends net.fortuna.ical4j.model.Property implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class dev.vernite.vernite.integration.calendar.CalendarName.Factory
class Factory extends net.fortuna.ical4j.model.Content.Factory implements Serializable- serialVersionUID:
- 1L
-
-
Package dev.vernite.vernite.integration.communicator.slack
-
Class dev.vernite.vernite.integration.communicator.slack.SlackEventsController
class SlackEventsController extends com.slack.api.bolt.jakarta_servlet.SlackAppServlet implements Serializable
-
-
Package dev.vernite.vernite.integration.git.github.model
-
Class dev.vernite.vernite.integration.git.github.model.TaskIntegrationId
class TaskIntegrationId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationId
@jakarta.validation.constraints.Positive long integrationId
-
taskId
@jakarta.validation.constraints.Positive long taskId
-
type
@jakarta.validation.constraints.PositiveOrZero int type
-
-
-
Package dev.vernite.vernite.projectworkspace
-
Class dev.vernite.vernite.projectworkspace.ProjectWorkspaceKey
class ProjectWorkspaceKey extends Object implements Serializable-
Serialized Fields
-
projectId
long projectId
-
workspaceId
WorkspaceId workspaceId
-
-
-
-
Package dev.vernite.vernite.user
-
Exception dev.vernite.vernite.user.AuthException
class AuthException extends RuntimeException implements Serializable
-
-
Package dev.vernite.vernite.utils
-
Exception dev.vernite.vernite.utils.ExternalApiException
class ExternalApiException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception dev.vernite.vernite.utils.FieldErrorException
class FieldErrorException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception dev.vernite.vernite.utils.ObjectNotFoundException
class ObjectNotFoundException extends org.springframework.web.server.ResponseStatusException implements Serializable
-
-
Package dev.vernite.vernite.workspace
-
Class dev.vernite.vernite.workspace.WorkspaceId
class WorkspaceId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
@jakarta.validation.constraints.PositiveOrZero(message="workspace unique number must be non negative number") long id
-
userId
@jakarta.validation.constraints.Positive(message="user ID must be positive number") long userId
-
-