Uses of Class
ch.autumo.beetroot.utils.bean.BeanField
Packages that use BeanField
-
Uses of BeanField in ch.autumo.beetroot.utils.bean
Methods in ch.autumo.beetroot.utils.bean that return BeanFieldModifier and TypeMethodDescriptionstatic BeanField[]Beans.getBeanFieldsAsArray(Class<?> clz) Get bean fields as array.Methods in ch.autumo.beetroot.utils.bean that return types with arguments of type BeanFieldMethods in ch.autumo.beetroot.utils.bean with parameters of type BeanFieldModifier and TypeMethodDescriptionprotected MethodBeanProcessor.getWriteMethod(Object target, BeanField beanField, Object value) Get the write method to use when settingvalueto thetarget.protected int[]BeanProcessor.mapColumnsToProperties(ResultSetMetaData rsmd, BeanField[] beanFields) The positions in the returned array represent column numbers.protected int[]BeanProcessor.mapColumnsToPropertiesWithAllMethods(ResultSetMetaData rsmd, BeanField[] beanFields) The positions in the returned array represent column numbers.Serialize this field to JSON.Method parameters in ch.autumo.beetroot.utils.bean with type arguments of type BeanField