deepcopier icon indicating copy to clipboard operation
deepcopier copied to clipboard

Add Include and Exclude methods.

Open wahello opened this issue 3 years ago • 0 comments

Add Include and Exclude methods with args passed instantly for except from tags.

Include and Exclude with fields, with higher priority over tags.

` deepcopier.Copy(user).Include({"xxx", "yyy"}).Exclude("vvvv", "dddd").To(resource)

`

wahello avatar May 12 '21 09:05 wahello