Class MyProfileController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.MyProfileController
-
Constructor Summary
ConstructorsConstructorDescriptionMyProfileController
(Presentation presentation, PractitionerService practitionerService, AuthUserDetailsService authUserDetailsService) -
Method Summary
Modifier and TypeMethodDescriptiondevicefinal
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) docs()
-
Constructor Details
-
MyProfileController
public MyProfileController(Presentation presentation, PractitionerService practitionerService, AuthUserDetailsService authUserDetailsService)
-
-
Method Details
-
devicefinal
@GetMapping("/profile/info") public String devicefinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) throws com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.core.JsonProcessingException
-
docs
-