Class ByteBuddyBeanCopier
java.lang.Object
com.codebox.bean.ByteBuddyBeanCopier
The Class ByteBuddyBeanCopier.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe Interface BooleanConverter. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(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
-