类 SerializableTypeWrapper.FieldTypeProvider
java.lang.Object
cn.taketoday.core.SerializableTypeWrapper.FieldTypeProvider
- 所有已实现的接口:
SerializableTypeWrapper.TypeProvider,Serializable
static class SerializableTypeWrapper.FieldTypeProvider
extends Object
implements SerializableTypeWrapper.TypeProvider
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the source of the type, ornullif not known.getType()Return the (possibly nonSerializable)Type.private voidreadObject(ObjectInputStream inputStream)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
fieldName
-
declaringClass
-
field
-
-
构造器详细资料
-
FieldTypeProvider
-
-
方法详细资料
-
getType
从接口复制的说明:SerializableTypeWrapper.TypeProviderReturn the (possibly nonSerializable)Type.- 指定者:
getType在接口中SerializableTypeWrapper.TypeProvider
-
getSource
从接口复制的说明:SerializableTypeWrapper.TypeProviderReturn the source of the type, ornullif not known.The default implementations returns
null. -
readObject
-