Serialized Form
-
Package com.raphaelsalles.backend.domain.exception
-
Exception Class com.raphaelsalles.backend.domain.exception.CalculationException
class CalculationException extends RuntimeException implements Serializable -
Exception Class com.raphaelsalles.backend.domain.exception.CompanyNotFoundException
class CompanyNotFoundException extends RuntimeException implements Serializable -
Exception Class com.raphaelsalles.backend.domain.exception.ImportProcessingException
class ImportProcessingException extends RuntimeException implements Serializable -
Exception Class com.raphaelsalles.backend.domain.exception.TickerDuplicationException
class TickerDuplicationException extends RuntimeException implements Serializable -
Exception Class com.raphaelsalles.backend.domain.exception.UserAlreadyExistsException
class UserAlreadyExistsException extends RuntimeException implements Serializable
-
-
Package com.raphaelsalles.backend.domain.model
-
Class com.raphaelsalles.backend.domain.model.User
class User extends Object implements Serializable-
Serialized Fields
-
acceptedTerm
TermsOfService acceptedTerm
-
id
Long id
-
login
String login
-
name
String name
-
password
String password
-
role
UserRole role
-
termsAcceptedAt
LocalDateTime termsAcceptedAt
-
-
-