序列化表格
-
程序包 tech.firas.framework.bean
-
类tech.firas.framework.bean.ByFieldNameBeanConverter.Configuration扩展Object实现可序列化
-
序列化字段
-
allowGetTransient
boolean allowGetTransient
-
allowSetTransient
boolean allowSetTransient
-
getterConfiguration
FieldGetter.Configuration getterConfiguration
-
setterConfiguration
FieldSetter.Configuration setterConfiguration
-
-
-
类tech.firas.framework.bean.FieldGetter.Configuration扩展Object实现可序列化
-
序列化字段
-
allowDirectlyGetField
boolean allowDirectlyGetField
whether try to access the field directly when there is no getter -
allowGetBoolean
boolean allowGetBoolean
whether allow using getXXX method to get a boolean field
-
-
-
类tech.firas.framework.bean.FieldSetter.Configuration扩展Object实现可序列化
-
序列化字段
-
allowDirectlySetField
boolean allowDirectlySetField
whether try to access the field directly when there is no setter
-
-
-