Converter.TypeAccess| Modifier and Type | Field and Description | 
|---|---|
| private Converter<T> | delegate | 
| private ConcurrentMap<T,String> | strings | 
| private ConcurrentMap<String,T> | values | 
| Constructor and Description | 
|---|
| CachedDelegateConverter(Converter<T> delegate) | 
private final ConcurrentMap<T,String> strings
private final ConcurrentMap<String,T> values
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.