Converters, and re-establish the
standard Converters.Converter for the specified destination
Class.Collection: 如:a.b.c, b为Collection,则会对b进行遍历,并为每个值设置零值
Map: 如:a.b.c, b为Map,则会对b的value进行遍历,并为每个值设置零值
普通的bean: 如:a.b.c,则会对a对象内嵌套的b对象的属性c设置零值Converter for the specified
destination class; if there is no registered Converter, return
null.Converter for the specified
source and destination class; if there is no registered Converter,
return null.Converter for the specified destination
Class, replacing any previously registered Converter.Copyright © 2018. All rights reserved.