Uses of Class
jodd.bean.BeanCopy
Packages that use BeanCopy
-
Uses of BeanCopy in jodd.bean
Modifier and TypeMethodDescriptionBeanCopy.declared(boolean declared) Defines if all properties should be copied (when set totrue) or only public (when set tofalse, default).BeanCopy.filter(BiPredicate<String, Object> filter) BeanCopy.forced(boolean forced) static BeanCopyCreatesBeanCopywith given POJO bean as a source.BeanCopy.includeFields(boolean includeFields) Defines destination, detects a map.