接口 SerializableTypeWrapper.TypeProvider
- 所有超级接口:
Serializable
- 所有已知实现类:
SerializableTypeWrapper.FieldTypeProvider,SerializableTypeWrapper.MethodInvokeTypeProvider,SerializableTypeWrapper.MethodParameterTypeProvider,SerializableTypeWrapper.ParameterTypeProvider
A
Serializable interface providing access to a Type.-
方法概要
-
方法详细资料
-
getType
Return the (possibly nonSerializable)Type. -
getSource
Return the source of the type, ornullif not known.The default implementations returns
null.
-