public interface UnWrapper<T> extends org.springframework.core.convert.converter.Converter<T,Object>
当方法返回值是包装类(如Page、ResultWrapper等)时,指定解包的逻辑 注意解包之后的返回参数必须是某个bean或者集合类型
default Object
convert(T source)
Object
unWrap(T source)
andThen
Object unWrap(T source)
source
default Object convert(@Nonnull T source)
convert
org.springframework.core.convert.converter.Converter<T,Object>
Copyright © 2022. All rights reserved.