public interface ZiyiEntityMapper<D,E>
D
toDto(E entity)
List<D>
toDto(List<E> entityList)
Set<D>
toDto(Set<E> entitySet)
E
toEntity(D dto)
List<E>
toEntity(List<D> dtoList)
Set<E>
toEntity(Set<D> dtoSet)
E toEntity(D dto)
dto
D toDto(E entity)
entity
List<E> toEntity(List<D> dtoList)
dtoList
List<D> toDto(List<E> entityList)
entityList
Set<E> toEntity(Set<D> dtoSet)
dtoSet
Set<D> toDto(Set<E> entitySet)
entitySet
Copyright © 2022. All rights reserved.