类的使用
cc.shacocloud.mirage.utils.converter.TypeMismatchException
-
使用TypeMismatchException的程序包 程序包 说明 cc.shacocloud.mirage.utils.converter -
-
cc.shacocloud.mirage.utils.converter中TypeMismatchException的使用
cc.shacocloud.mirage.utils.converter中TypeMismatchException的子类 修饰符和类型 类 说明 classConversionException转换异常classNoSuchConversionException没有这样的转换器异常抛出TypeMismatchException的cc.shacocloud.mirage.utils.converter中的方法 修饰符和类型 方法 说明 default <T> TTypeConverter. convertIfNecessary(@Nullable Object source, @NotNull TypeDescriptor typeDescriptor)将该值转换为所需的类型default <T> TTypeConverter. convertIfNecessary(@Nullable Object source, @NotNull Class<T> requiredType)将该值转换为所需的类型<T> TTypeConverter. convertIfNecessary(@Nullable Object source, @Nullable Class<T> requiredType, @Nullable TypeDescriptor typeDescriptor)将该值转换为所需的类型<T> TTypeConverterSupportImpl. convertIfNecessary(@Nullable Object source, @Nullable Class<T> requiredType, @Nullable TypeDescriptor typeDescriptor)
-