Uses of Record Class
com.dani.bff.dto.DashboardResponse
Packages that use DashboardResponse
-
Uses of DashboardResponse in com.dani.bff.api
Methods in com.dani.bff.api that return types with arguments of type DashboardResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DashboardResponse> DashboardController.dashboard(org.springframework.security.oauth2.jwt.Jwt jwt) Returns the dashboard model assembled for the authenticated user. -
Uses of DashboardResponse in com.dani.bff.service
Methods in com.dani.bff.service that return types with arguments of type DashboardResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DashboardResponse> DashboardService.getDashboard(org.springframework.security.oauth2.jwt.Jwt jwt) Builds the dashboard response for the authenticated JWT subject.