public interface Assembler<FROM,TO>
FROM
from(TO to)
List<FROM>
fromList(List<TO> tos)
TO
to(FROM from)
List<TO>
toList(List<FROM> froms)
List<FROM> fromList(List<TO> tos)
FROM from(TO to)
List<TO> toList(List<FROM> froms)
TO to(FROM from)
Copyright © 2019 Damsete Tecnologia LTDA. All rights reserved.