Uses of Class
de.adorsys.psd2.consent.domain.TppStopListEntity
-
Packages that use TppStopListEntity Package Description de.adorsys.psd2.consent.repository de.adorsys.psd2.consent.service.mapper -
-
Uses of TppStopListEntity in de.adorsys.psd2.consent.repository
Methods in de.adorsys.psd2.consent.repository that return types with arguments of type TppStopListEntity Modifier and Type Method Description Optional<TppStopListEntity>TppStopListRepository. findByTppAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber, @NotNull String instanceId) -
Uses of TppStopListEntity in de.adorsys.psd2.consent.service.mapper
Methods in de.adorsys.psd2.consent.service.mapper with parameters of type TppStopListEntity Modifier and Type Method Description de.adorsys.psd2.xs2a.core.tpp.TppStopListRecordTppStopListMapper. mapToTppStopListRecord(TppStopListEntity tppStopListEntity)
-