public class DelimitedKeyFormat<K> extends SimpleKeyFormat<K>
KeyFormat
DelimitedKeyFormat(Class<K> targetClass, String delimiter, Function<String[],K> parser, Function<K,String[]> formatter)
format, getTargetClass, parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelimitedKeyFormat(Class<K> targetClass, String delimiter, Function<String[],K> parser, Function<K,String[]> formatter)
Copyright © 2022 JBoss by Red Hat. All rights reserved.