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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public void setConvertedValue(Class cls, Object value)
setConvertedValue
in interface JavaUtils.ConvertCache
public Object getConvertedValue(Class cls)
getConvertedValue
in interface JavaUtils.ConvertCache
public Class getDestClass()
getDestClass
in interface JavaUtils.ConvertCache
Copyright © The Apache Software Foundation. All Rights Reserved.