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