Interface PerexGroupBeanToPerexGroupsEntityMapper
public interface PerexGroupBeanToPerexGroupsEntityMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault LongintToLong(int id) default intperexGroupBeanListToPerexGroupsEntityList(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
-