org.granite.messaging.amf.io.util.instantiator
Class AbstractInstantiator<T>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.granite.messaging.amf.io.util.instantiator.AbstractInstantiator<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
- Direct Known Subclasses:
- BigDecimalInstantiator, BigIntegerInstantiator, EnumInstantiator, LongInstantiator, MathContextInstantiator
public abstract class AbstractInstantiator<T>
- extends HashMap<String,Object>
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
AbstractInstantiator
protected AbstractInstantiator()
newInstance
public abstract T newInstance()
throws IOException,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException
getOrderedFieldNames
public abstract List<String> getOrderedFieldNames()
addReferer
public void addReferer(Object referer,
Property property)
resolve
public T resolve()
throws IOException,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException