Uses of Class
de.adorsys.multibanking.web.model.CreateConsentResponseTO
-
Packages that use CreateConsentResponseTO Package Description de.adorsys.multibanking.web de.adorsys.multibanking.web.mapper -
-
Uses of CreateConsentResponseTO in de.adorsys.multibanking.web
Methods in de.adorsys.multibanking.web that return types with arguments of type CreateConsentResponseTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<CreateConsentResponseTO>>ConsentController. createConsent(@Valid ConsentTO consent, BankApiTO bankApi) -
Uses of CreateConsentResponseTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return CreateConsentResponseTO Modifier and Type Method Description CreateConsentResponseTOConsentMapper. toCreateConsentResponseTO(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse)CreateConsentResponseTOMultibankingConsentMapperImpl. toCreateConsentResponseTO(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse)
-