public class ArrayDeserializer.ArrayListExtension extends ArrayList implements JavaUtils.ConvertCache
modCount| Modifier and Type | Method and Description |
|---|---|
Object |
getConvertedValue(Class cls)
Get previously converted value
|
Class |
getDestClass()
Get the destination array class described by the xml
|
void |
setConvertedValue(Class cls,
Object value)
Store converted value
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void setConvertedValue(Class cls, Object value)
setConvertedValue in interface JavaUtils.ConvertCachepublic Object getConvertedValue(Class cls)
getConvertedValue in interface JavaUtils.ConvertCachepublic Class getDestClass()
getDestClass in interface JavaUtils.ConvertCacheCopyright © The Apache Software Foundation. All Rights Reserved.