org.granite.generator.as3
Class LCDSAs3TypeFactory
java.lang.Object
org.granite.generator.as3.LCDSAs3TypeFactory
- All Implemented Interfaces:
- As3TypeFactory
public class LCDSAs3TypeFactory
- extends Object
- implements As3TypeFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LCDSAs3TypeFactory
public LCDSAs3TypeFactory()
configure
public void configure(boolean externalizeLong,
boolean externalizeBigInteger,
boolean externalizeBigDecimal)
- Specified by:
configure in interface As3TypeFactory
getClientType
public ClientType getClientType(Type jType,
Class<?> declaringClass,
ParameterizedType[] declaringTypes,
PropertyType propertyType)
- Specified by:
getClientType in interface As3TypeFactory
getAs3Type
public ClientType getAs3Type(Class<?> jType)
- Specified by:
getAs3Type in interface As3TypeFactory
createAs3Type
protected As3Type createAs3Type(Class<?> jType)
getFromCache
protected As3Type getFromCache(Class<?> jType)
putInCache
protected void putInCache(Class<?> jType,
As3Type as3Type)