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