MCPcopy Create free account

hub / github.com/SpringBootCourses/cqrs-banking-app / types & classes

Types & classes98 in github.com/SpringBootCourses/cqrs-banking-app

ClassAbstractEvent
common/src/main/java/com/example/common/events/AbstractEvent.java:22
ClassAccount
common/src/main/java/com/example/common/domain/model/Account.java:15
InterfaceAccountCommandService
core-service/src/main/java/com/example/core/service/account/AccountCommandService.java:6
ClassAccountCommandServiceImpl
core-service/src/main/java/com/example/core/service/account/AccountCommandServiceImpl.java:9
ClassAccountCreateEvent
common/src/main/java/com/example/common/events/AccountCreateEvent.java:10
ClassAccountCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/AccountCreateEventHandler.java:12
ClassAccountDto
core-service/src/main/java/com/example/core/web/dto/AccountDto.java:12
InterfaceAccountMapper
core-service/src/main/java/com/example/core/web/dto/mapper/AccountMapper.java:7
InterfaceAccountQueryService
common/src/main/java/com/example/common/service/account/AccountQueryService.java:6
ClassAccountQueryServiceImpl
common/src/main/java/com/example/common/service/account/AccountQueryServiceImpl.java:11
InterfaceAccountRepository
common/src/main/java/com/example/common/repository/AccountRepository.java:8
InterfaceAccountService
event-handler/src/main/java/com/example/eventhandler/service/account/AccountService.java:5
InterfaceAccountService
core-service/src/main/java/com/example/core/service/account/AccountService.java:7
ClassAccountServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/account/AccountServiceImpl.java:11
ClassAccountServiceImpl
core-service/src/main/java/com/example/core/service/account/AccountServiceImpl.java:10
ClassAggregate
common/src/main/java/com/example/common/domain/aggregate/Aggregate.java:9
ClassApplication
event-handler/src/main/java/com/example/eventhandler/Application.java:10
ClassApplication
core-service/src/main/java/com/example/core/Application.java:10
ClassAuthController
core-service/src/main/java/com/example/core/web/controller/AuthController.java:18
InterfaceAuthService
core-service/src/main/java/com/example/core/service/auth/AuthService.java:7
ClassAuthServiceImpl
core-service/src/main/java/com/example/core/service/auth/AuthServiceImpl.java:18
InterfaceCDCEventConsumer
event-handler/src/main/java/com/example/eventhandler/service/CDCEventConsumer.java:5
ClassCard
common/src/main/java/com/example/common/domain/model/Card.java:21
InterfaceCardCommandService
core-service/src/main/java/com/example/core/service/card/CardCommandService.java:6
ClassCardCommandServiceImpl
core-service/src/main/java/com/example/core/service/card/CardCommandServiceImpl.java:10
ClassCardController
core-service/src/main/java/com/example/core/web/controller/CardController.java:23
ClassCardCreateEvent
common/src/main/java/com/example/common/events/CardCreateEvent.java:10
ClassCardCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/CardCreateEventHandler.java:12
ClassCardDto
core-service/src/main/java/com/example/core/web/dto/CardDto.java:10
InterfaceCardMapper
core-service/src/main/java/com/example/core/web/dto/mapper/CardMapper.java:7
InterfaceCardQueryService
common/src/main/java/com/example/common/service/card/CardQueryService.java:6
ClassCardQueryServiceImpl
common/src/main/java/com/example/common/service/card/CardQueryServiceImpl.java:11
InterfaceCardRepository
common/src/main/java/com/example/common/repository/CardRepository.java:12
InterfaceCardService
event-handler/src/main/java/com/example/eventhandler/service/card/CardService.java:8
InterfaceCardService
core-service/src/main/java/com/example/core/service/card/CardService.java:9
ClassCardServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/card/CardServiceImpl.java:18
ClassCardServiceImpl
core-service/src/main/java/com/example/core/service/card/CardServiceImpl.java:12
ClassClient
common/src/main/java/com/example/common/domain/model/Client.java:19
InterfaceClientCommandService
core-service/src/main/java/com/example/core/service/client/ClientCommandService.java:6
ClassClientCommandServiceImpl
core-service/src/main/java/com/example/core/service/client/ClientCommandServiceImpl.java:10
ClassClientController
core-service/src/main/java/com/example/core/web/controller/ClientController.java:22
ClassClientCreateEvent
common/src/main/java/com/example/common/events/ClientCreateEvent.java:10
ClassClientCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/ClientCreateEventHandler.java:12
ClassClientDto
core-service/src/main/java/com/example/core/web/dto/ClientDto.java:13
InterfaceClientMapper
core-service/src/main/java/com/example/core/web/dto/mapper/ClientMapper.java:7
InterfaceClientQueryService
common/src/main/java/com/example/common/service/client/ClientQueryService.java:8
ClassClientQueryServiceImpl
common/src/main/java/com/example/common/service/client/ClientQueryServiceImpl.java:11
InterfaceClientRepository
common/src/main/java/com/example/common/repository/ClientRepository.java:12
InterfaceClientService
event-handler/src/main/java/com/example/eventhandler/service/client/ClientService.java:7
InterfaceClientService
core-service/src/main/java/com/example/core/service/client/ClientService.java:7
ClassClientServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/client/ClientServiceImpl.java:13
ClassClientServiceImpl
core-service/src/main/java/com/example/core/service/client/ClientServiceImpl.java:10
InterfaceCommandService
core-service/src/main/java/com/example/core/service/CommandService.java:3
ClassControllerAdvice
core-service/src/main/java/com/example/core/web/controller/ControllerAdvice.java:20
ClassDebeziumEventConsumer
event-handler/src/main/java/com/example/eventhandler/service/DebeziumEventConsumer.java:14
InterfaceEvent
common/src/main/java/com/example/common/events/Event.java:5
InterfaceEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/EventHandler.java:6
InterfaceEventRepository
common/src/main/java/com/example/common/repository/EventRepository.java:6
InterfaceEventService
core-service/src/main/java/com/example/core/service/event/EventService.java:5
ClassEventServiceImpl
core-service/src/main/java/com/example/core/service/event/EventServiceImpl.java:8
EnumEventType
common/src/main/java/com/example/common/events/EventType.java:3
ClassGsonConfig
event-handler/src/main/java/com/example/eventhandler/config/GsonConfig.java:10
ClassJwtProperties
core-service/src/main/java/com/example/core/web/security/jwt/JwtProperties.java:10
ClassJwtTokenFilter
core-service/src/main/java/com/example/core/web/security/jwt/JwtTokenFilter.java:17
ClassLocalDateTimeDeserializer
event-handler/src/main/java/com/example/eventhandler/config/LocalDateTimeDeserializer.java:13
ClassLoginRequestDto
core-service/src/main/java/com/example/core/web/dto/LoginRequestDto.java:7
ClassLoginResponseDto
core-service/src/main/java/com/example/core/web/dto/LoginResponseDto.java:8
InterfaceMappable
core-service/src/main/java/com/example/core/web/dto/mapper/Mappable.java:5
ClassMessageDto
core-service/src/main/java/com/example/core/web/dto/MessageDto.java:10
ClassObjectConverter
common/src/main/java/com/example/common/domain/model/ObjectConverter.java:8
InterfaceOnCreate
core-service/src/main/java/com/example/core/web/dto/OnCreate.java:3
InterfaceOnTransactionFrom
core-service/src/main/java/com/example/core/web/dto/OnTransactionFrom.java:3
InterfaceOnTransactionTo
core-service/src/main/java/com/example/core/web/dto/OnTransactionTo.java:3
InterfaceOnUpdate
core-service/src/main/java/com/example/core/web/dto/OnUpdate.java:3
InterfaceQueryService
common/src/main/java/com/example/common/service/QueryService.java:5
ClassResourceAlreadyExistsException
common/src/main/java/com/example/common/domain/exception/ResourceAlreadyExistsException.java:5
ClassResourceNotFoundException
common/src/main/java/com/example/common/domain/exception/ResourceNotFoundException.java:5
ClassSecurityConfig
core-service/src/main/java/com/example/core/web/security/SecurityConfig.java:25
InterfaceSecurityService
core-service/src/main/java/com/example/core/web/security/service/SecurityService.java:8
ClassSecurityServiceImpl
core-service/src/main/java/com/example/core/web/security/service/SecurityServiceImpl.java:19
ClassSecurityUser
core-service/src/main/java/com/example/core/web/security/SecurityUser.java:12
ClassSecurityUserService
core-service/src/main/java/com/example/core/web/security/SecurityUserService.java:9
EnumTokenType
core-service/src/main/java/com/example/core/web/security/jwt/TokenType.java:3
ClassTransaction
common/src/main/java/com/example/common/domain/model/Transaction.java:16
InterfaceTransactionCommandService
core-service/src/main/java/com/example/core/service/transaction/TransactionCommandService.java:6
ClassTransactionCommandServiceImpl
core-service/src/main/java/com/example/core/service/transaction/TransactionCommandServiceImpl.java:12
ClassTransactionController
core-service/src/main/java/com/example/core/web/controller/TransactionController.java:21
ClassTransactionCreateEvent
common/src/main/java/com/example/common/events/TransactionCreateEvent.java:10
ClassTransactionCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/TransactionCreateEventHandler.java:12
ClassTransactionDto
core-service/src/main/java/com/example/core/web/dto/TransactionDto.java:14
InterfaceTransactionMapper
core-service/src/main/java/com/example/core/web/dto/mapper/TransactionMapper.java:10
InterfaceTransactionQueryService
common/src/main/java/com/example/common/service/transaction/TransactionQueryService.java:6
ClassTransactionQueryServiceImpl
common/src/main/java/com/example/common/service/transaction/TransactionQueryServiceImpl.java:11
InterfaceTransactionRepository
common/src/main/java/com/example/common/repository/TransactionRepository.java:8
InterfaceTransactionService
event-handler/src/main/java/com/example/eventhandler/service/transaction/TransactionService.java:5
InterfaceTransactionService
core-service/src/main/java/com/example/core/service/transaction/TransactionService.java:7
ClassTransactionServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/transaction/TransactionServiceImpl.java:13
ClassTransactionServiceImpl
core-service/src/main/java/com/example/core/service/transaction/TransactionServiceImpl.java:10