public class LocalTimeConversionStrategy extends Object implements ConversionStrategy<java.time.LocalTime>
public java.time.LocalTime convertValue(Field field, Object obj, Object fieldValue) throws IllegalAccessException
ConversionStrategyconvertValue 在接口中 ConversionStrategy<java.time.LocalTime>field - 这个field为JavaBean中,转换器的类型对应的字段如,String转换器,这个field就是所有String类型的字段obj - javaBeanfieldValue - 字段值IllegalAccessExceptionCopyright © 2023. All rights reserved.