public abstract class BaseDateConverter<T> extends Object
BaseDateConverter()
T
convert(String source, Function<String,T> function)
protected abstract Map<String,String>
getFormat()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseDateConverter()
public T convert(String source, Function<String,T> function)
source
function
protected abstract Map<String,String> getFormat()
Copyright © 2021. All rights reserved.