Uses of Class
de.adorsys.multibanking.web.model.BankAccountTO.BankAccountTypeTO
-
Packages that use BankAccountTO.BankAccountTypeTO Package Description de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of BankAccountTO.BankAccountTypeTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return BankAccountTO.BankAccountTypeTO Modifier and Type Method Description protected BankAccountTO.BankAccountTypeTOBankAccountMapperImpl. bankAccountTypeToBankAccountTypeTO(de.adorsys.multibanking.domain.BankAccountType bankAccountType)protected BankAccountTO.BankAccountTypeTOBookingMapperImpl. bankAccountTypeToBankAccountTypeTO(de.adorsys.multibanking.domain.BankAccountType bankAccountType) -
Uses of BankAccountTO.BankAccountTypeTO in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return BankAccountTO.BankAccountTypeTO Modifier and Type Method Description static BankAccountTO.BankAccountTypeTOBankAccountTO.BankAccountTypeTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BankAccountTO.BankAccountTypeTO[]BankAccountTO.BankAccountTypeTO. values()Returns an array containing the constants of this enum type, in the order they are declared.
-