Interface PerexGroupBeanToPerexGroupsEntityMapper
public interface PerexGroupBeanToPerexGroupsEntityMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Long
intToLong
(int id) default int
perexGroupBeanListToPerexGroupsEntityList
(List<PerexGroupBean> perexGroupBeanList) perexGroupBeanToPerexGroupsEntity
(PerexGroupBean perexGroupBean) perexGroupsEntityListToPerexGroupBeanList
(List<PerexGroupsEntity> perexGroupsEntityList) perexGroupsEntityToPerexGroupBean
(PerexGroupsEntity perexGroupsEntity)
-
Field Details
-
INSTANCE
-
-
Method Details
-
perexGroupBeanToPerexGroupsEntity
-
perexGroupBeanListToPerexGroupsEntityList
List<PerexGroupsEntity> perexGroupBeanListToPerexGroupsEntityList(List<PerexGroupBean> perexGroupBeanList) -
intToLong
-
perexGroupsEntityToPerexGroupBean
-
perexGroupsEntityListToPerexGroupBeanList
List<PerexGroupBean> perexGroupsEntityListToPerexGroupBeanList(List<PerexGroupsEntity> perexGroupsEntityList) -
longToInt
-