Uses of Class
com.skava.account.model.Addresses
Packages that use Addresses
-
Uses of Addresses in com.skava.account.mapper
Methods in com.skava.account.mapper that return AddressesModifier and TypeMethodDescriptionAccountModelMapper.addressOrchestrationToAddresses(AddressOrchestration addressOrchestration) This method is used to transform the orchestration address model into address modelMethods in com.skava.account.mapper with parameters of type AddressesModifier and TypeMethodDescriptionAccountModelMapper.addressesToAddressOrchestration(Addresses addresses) This method is used to transform the address model into orchestration address service modelMethod parameters in com.skava.account.mapper with type arguments of type AddressesModifier and TypeMethodDescriptionAccountModelMapper.addressesListToAddressOrchestrationList(List<Addresses> addresses) This method is used to transform list of the address model into list of orchestration address service modelAccountModelMapper.addressesToAddressOrchestration(List<Addresses> addresses) This method is used to transform the address list model into the orchestration address list model