Uses of Class
org.openiam.idm.srvc.otp.dto.OTPProviderAttribute
-
Packages that use OTPProviderAttribute Package Description org.openiam.esb.core.dozer.converter -
-
Uses of OTPProviderAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return OTPProviderAttribute Modifier and Type Method Description OTPProviderAttributeOtpProviderAttributeDozerConverter. convertDTO(OTPProviderAttribute entity, boolean isDeep)OTPProviderAttributeOtpProviderAttributeDozerConverter. convertToDTO(OTPProviderAttributeEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type OTPProviderAttribute Modifier and Type Method Description List<OTPProviderAttribute>OtpProviderAttributeDozerConverter. convertToDTOList(List<OTPProviderAttributeEntity> list, boolean isDeep)Set<OTPProviderAttribute>OtpProviderAttributeDozerConverter. convertToDTOSet(Set<OTPProviderAttributeEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type OTPProviderAttribute Modifier and Type Method Description OTPProviderAttributeOtpProviderAttributeDozerConverter. convertDTO(OTPProviderAttribute entity, boolean isDeep)OTPProviderAttributeEntityOtpProviderAttributeDozerConverter. convertToEntity(OTPProviderAttribute entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type OTPProviderAttribute Modifier and Type Method Description List<OTPProviderAttributeEntity>OtpProviderAttributeDozerConverter. convertToEntityList(List<OTPProviderAttribute> list, boolean isDeep)Set<OTPProviderAttributeEntity>OtpProviderAttributeDozerConverter. convertToEntitySet(Set<OTPProviderAttribute> set, boolean isDeep)
-