public class IndexedSessionKeyFormat<K extends Key<String>> extends DelimitedKeyFormat<K>
| Modifier | Constructor and Description |
|---|---|
protected |
IndexedSessionKeyFormat(Class<K> targetClass,
ToIntFunction<K> index,
BiFunction<String,Integer,K> resolver) |
protected IndexedSessionKeyFormat(Class<K> targetClass, ToIntFunction<K> index, BiFunction<String,Integer,K> resolver)
Copyright © 2018 JBoss by Red Hat. All rights reserved.