Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

main(String[]) - Static method in class api.mpba.rastvdmy.Application
 
manageUserAvatar(HttpServletRequest, String, MultipartFile) - Method in class api.mpba.rastvdmy.controller.UserProfileController
Manages the avatar of the currently authenticated user.
MASTERCARD - Enum constant in enum class api.mpba.rastvdmy.entity.enums.CardType
Represents a MASTERCARD card type.
MAX_AVAILABLE_CARDS - Static variable in class api.mpba.rastvdmy.service.impl.CardServiceImpl
Maximum number of cards that can be created per user.
message() - Method in record class api.mpba.rastvdmy.dto.response.ErrorResponse
Returns the value of the message record component.
Message - Class in api.mpba.rastvdmy.entity
This class represents a message in the system.
Message() - Constructor for class api.mpba.rastvdmy.entity.Message
 
MessageController - Class in api.mpba.rastvdmy.controller
Controller for handling message-related requests.
MessageController(MessageService, KafkaTemplate<String, String>, MessageMapper) - Constructor for class api.mpba.rastvdmy.controller.MessageController
Constructor for the MessageController.
MessageMapper - Interface in api.mpba.rastvdmy.controller.mapper
Mapper for converting between MessageRequest and MessageResponse.
MessageRepository - Interface in api.mpba.rastvdmy.repository
This interface represents the repository for the Message entity.
MessageRequest - Record Class in api.mpba.rastvdmy.dto.request
This class represents a message in the banking system.
MessageRequest(String, String, String, LocalDateTime) - Constructor for record class api.mpba.rastvdmy.dto.request.MessageRequest
Creates an instance of a MessageRequest record class.
MessageResponse - Record Class in api.mpba.rastvdmy.dto.response
This class represents a response for a message in the banking system.
MessageResponse(String, String, String, LocalDateTime) - Constructor for record class api.mpba.rastvdmy.dto.response.MessageResponse
Creates an instance of a MessageResponse record class.
MessageService - Interface in api.mpba.rastvdmy.service
Service interface for managing messages within the application.
MessageServiceImpl - Class in api.mpba.rastvdmy.service.impl
Implementation of the MessageService interface for managing messages between users.
MessageServiceImpl(MessageRepository, UserProfileRepository, TokenVerifierService) - Constructor for class api.mpba.rastvdmy.service.impl.MessageServiceImpl
Constructor for MessageServiceImpl.
MIN_AVAILABLE_CARDS - Static variable in class api.mpba.rastvdmy.service.impl.CardServiceImpl
Minimum number of cards that can be created per user.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form