Uses of Class
jodd.bean.BeanCopy
-
Packages that use BeanCopy Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation. -
-
Uses of BeanCopy in jodd.bean
Methods in jodd.bean that return BeanCopy Modifier and Type Method Description BeanCopyBeanCopy. declared(boolean declared)Defines if all properties should be copied (when set totrue) or only public (when set tofalse, default).BeanCopyBeanCopy. filter(java.util.function.BiPredicate<java.lang.String,java.lang.Object> filter)BeanCopyBeanCopy. filter(java.util.function.Predicate<java.lang.String> filter)BeanCopyBeanCopy. forced(boolean forced)static BeanCopyBeanCopy. from(java.lang.Object source)CreatesBeanCopywith given POJO bean as a source.BeanCopyBeanCopy. includeFields(boolean includeFields)BeanCopyBeanCopy. to(java.lang.Object destination)Defines destination, detects a map.
-