类 SerializableTypeWrapper.MethodParameterTypeProvider
java.lang.Object
cn.taketoday.core.SerializableTypeWrapper.MethodParameterTypeProvider
- 所有已实现的接口:
SerializableTypeWrapper.TypeProvider,Serializable
static class SerializableTypeWrapper.MethodParameterTypeProvider
extends Object
implements SerializableTypeWrapper.TypeProvider
- 从以下版本开始:
- 4.0
-
字段概要
字段修饰符和类型字段说明private final Class<?>private final Stringprivate MethodParameterprivate final intprivate final Class<?>[]private static final long -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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- 另请参阅:
-
methodName
-
parameterTypes
-
declaringClass
-
parameterIndex
private final int parameterIndex -
methodParameter
-
-
构造器详细资料
-
MethodParameterTypeProvider
-
-
方法详细资料
-
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
-