T - MapValues type parameterK - Key type parameterV - Value type parameterpublic abstract class MapValuesAdapter<T extends MapValues<V>,K,V> extends XmlAdapter<T,Map<K,V>>
| Constructor and Description |
|---|
MapValuesAdapter(Class<T> mapValuesType)
Creates a new instance.
|
Copyright © 2011-2013. All Rights Reserved.