public class ArrayDeserializer.ArrayListExtension extends java.util.ArrayList implements JavaUtils.ConvertCache
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConvertedValue(java.lang.Class cls)
Get previously converted value
|
java.lang.Class |
getDestClass()
Get the destination array class described by the xml
|
void |
setConvertedValue(java.lang.Class cls,
java.lang.Object value)
Store converted value
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void setConvertedValue(java.lang.Class cls,
java.lang.Object value)
setConvertedValue in interface JavaUtils.ConvertCachepublic java.lang.Object getConvertedValue(java.lang.Class cls)
getConvertedValue in interface JavaUtils.ConvertCachepublic java.lang.Class getDestClass()
getDestClass in interface JavaUtils.ConvertCacheCopyright ? 2005 Apache Web Services Project. All Rights Reserved.