java.lang.Object
com.codebox.bean.ByteBuddyBeanCopier
The Class ByteBuddyBeanCopier.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The Interface BooleanConverter. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copy
(Object source, Object target, ByteBuddyBeanCopier.BooleanConverter converter) Copy.
-
Method Details
-
copy
public static void copy(Object source, Object target, ByteBuddyBeanCopier.BooleanConverter converter) Copy.- Parameters:
source
- the sourcetarget
- the targetconverter
- the converter
-