接口 SerializableTypeWrapper.TypeProvider

所有超级接口:
Serializable
所有已知实现类:
SerializableTypeWrapper.FieldTypeProvider, SerializableTypeWrapper.MethodInvokeTypeProvider, SerializableTypeWrapper.MethodParameterTypeProvider, SerializableTypeWrapper.ParameterTypeProvider
封闭类:
SerializableTypeWrapper

static interface SerializableTypeWrapper.TypeProvider extends Serializable
A Serializable interface providing access to a Type.
  • 方法概要

    修饰符和类型
    方法
    说明
    default Object
    Return the source of the type, or null if not known.
    Return the (possibly non Serializable) Type.
  • 方法详细资料

    • getType

      @Nullable Type getType()
      Return the (possibly non Serializable) Type.
    • getSource

      @Nullable default Object getSource()
      Return the source of the type, or null if not known.

      The default implementations returns null.