org.granite.generator.as3
Class DefaultAs3TypeFactory
java.lang.Object
org.granite.generator.as3.DefaultAs3TypeFactory
- All Implemented Interfaces:
- As3TypeFactory
public class DefaultAs3TypeFactory
- extends java.lang.Object
- implements As3TypeFactory
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAs3TypeFactory
public DefaultAs3TypeFactory()
configure
public void configure(boolean externalizeLong,
boolean externalizeBigInteger,
boolean externalizeBigDecimal)
- Specified by:
configure in interface As3TypeFactory
getAs3Type
public As3Type getAs3Type(java.lang.Class<?> jType)
- Specified by:
getAs3Type in interface As3TypeFactory
createAs3Type
protected As3Type createAs3Type(java.lang.Class<?> jType)
getFromCache
protected As3Type getFromCache(java.lang.Class<?> jType)
putInCache
protected void putInCache(java.lang.Class<?> jType,
As3Type as3Type)