org.codehaus.enunciate.modules.csharp
Class ListsAsArraysClientClassnameForMethod

java.lang.Object
  extended by org.codehaus.enunciate.template.freemarker.ClientPackageForMethod
      extended by org.codehaus.enunciate.template.freemarker.ClassnameForMethod
          extended by org.codehaus.enunciate.template.freemarker.ClientClassnameForMethod
              extended by org.codehaus.enunciate.modules.csharp.ClientClassnameForMethod
                  extended by org.codehaus.enunciate.modules.csharp.ListsAsArraysClientClassnameForMethod
All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

public class ListsAsArraysClientClassnameForMethod
extends ClientClassnameForMethod

Conversion from java types to C# types, converting lists to arrays.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ListsAsArraysClientClassnameForMethod(java.util.Map<java.lang.String,java.lang.String> conversions)
           
 
Method Summary
protected  java.lang.String getCollectionTypeConversion(com.sun.mirror.type.DeclaredType declaredType)
           
 
Methods inherited from class org.codehaus.enunciate.modules.csharp.ClientClassnameForMethod
convert, convert, convert, isCollection
 
Methods inherited from class org.codehaus.enunciate.template.freemarker.ClientClassnameForMethod
convert
 
Methods inherited from class org.codehaus.enunciate.template.freemarker.ClassnameForMethod
convert, convert, convertPackage, convertUnwrappedObject, exec, getPackageSeparator, isJdk15, setJdk15
 
Methods inherited from class org.codehaus.enunciate.template.freemarker.ClientPackageForMethod
convert, isUseClientNameConversions, setUseClientNameConversions, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListsAsArraysClientClassnameForMethod

public ListsAsArraysClientClassnameForMethod(java.util.Map<java.lang.String,java.lang.String> conversions)
Method Detail

getCollectionTypeConversion

protected java.lang.String getCollectionTypeConversion(com.sun.mirror.type.DeclaredType declaredType)
                                                throws freemarker.template.TemplateModelException
Overrides:
getCollectionTypeConversion in class ClientClassnameForMethod
Throws:
freemarker.template.TemplateModelException