org.granite.generator.as3
Class DefaultAs3TypeFactory

java.lang.Object
  extended by org.granite.generator.as3.DefaultAs3TypeFactory
All Implemented Interfaces:
As3TypeFactory

public class DefaultAs3TypeFactory
extends java.lang.Object
implements As3TypeFactory

Author:
Franck WOLFF

Constructor Summary
DefaultAs3TypeFactory()
           
 
Method Summary
 void configure(boolean externalizeLong, boolean externalizeBigInteger, boolean externalizeBigDecimal)
           
protected  As3Type createAs3Type(java.lang.Class<?> jType)
           
 As3Type getAs3Type(java.lang.Class<?> jType)
           
protected  As3Type getFromCache(java.lang.Class<?> jType)
           
protected  void putInCache(java.lang.Class<?> jType, As3Type as3Type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAs3TypeFactory

public DefaultAs3TypeFactory()
Method Detail

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)