public class String2LocalTimeConverter extends BaseDateConverter<LocalTime> implements org.springframework.core.convert.converter.Converter<String,LocalTime>
protected static Map<String,String>
FORMAT
String2LocalTimeConverter()
LocalTime
convert(String source)
protected Map<String,String>
getFormat()
convert
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
protected static final Map<String,String> FORMAT
public String2LocalTimeConverter()
protected Map<String,String> getFormat()
BaseDateConverter
getFormat
BaseDateConverter<LocalTime>
public LocalTime convert(String source)
org.springframework.core.convert.converter.Converter<String,LocalTime>
Copyright © 2022. All rights reserved.