bee.util
class
HoneyUtil:
Util for Bee framework.
@staticmethod
def
get_obj_field_value(obj):
Return the property dictionary of the given object, if not, return None
@staticmethod
def
get_class_field(cls):
Returns a list of properties for a given class, but does not include the system's.