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