Uses of Class
jodd.bean.BeanVisitor
-
Packages that use BeanVisitor Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation. -
-
Uses of BeanVisitor in jodd.bean
Methods in jodd.bean that return BeanVisitor Modifier and Type Method Description BeanVisitorBeanVisitor. declared(boolean declared)Defines if all properties should be copied (when set totrue) or only public (when set tofalse, default).BeanVisitorBeanVisitor. ignoreEmptyString(boolean ignoreEmptyString)Defines ifempty stringshould be ignored.BeanVisitorBeanVisitor. ignoreNulls(boolean ignoreNulls)Defines ifnullvalues should be ignored.BeanVisitorBeanVisitor. includeFields(boolean includeFields)Defines if fields without getters should be copied too.
-