Class ListsAsArraysClientClassnameForMethod
- java.lang.Object
-
- com.webcohesion.enunciate.util.freemarker.ClientPackageForMethod
-
- com.webcohesion.enunciate.util.freemarker.ClientClassnameForMethod
-
- com.webcohesion.enunciate.modules.csharp_client.ClientClassnameForMethod
-
- com.webcohesion.enunciate.modules.csharp_client.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 class com.webcohesion.enunciate.util.freemarker.ClientClassnameForMethod
typeParameterDeclarationStack
-
Fields inherited from class com.webcohesion.enunciate.util.freemarker.ClientPackageForMethod
context, conversions
-
-
Constructor Summary
Constructors Constructor Description ListsAsArraysClientClassnameForMethod(Map<String,String> conversions, EnunciateJaxbContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCollectionTypeConversion(DeclaredType declaredType)-
Methods inherited from class com.webcohesion.enunciate.modules.csharp_client.ClientClassnameForMethod
convert, convert, convert, convert, convertDeclaredTypeArguments, convertUnwrappedObject
-
Methods inherited from class com.webcohesion.enunciate.util.freemarker.ClientClassnameForMethod
convert, convert, convert, convertPackage, getPackageSeparator
-
Methods inherited from class com.webcohesion.enunciate.util.freemarker.ClientPackageForMethod
convert, exec, unwrap
-
-
-
-
Constructor Detail
-
ListsAsArraysClientClassnameForMethod
public ListsAsArraysClientClassnameForMethod(Map<String,String> conversions, EnunciateJaxbContext context)
-
-
Method Detail
-
getCollectionTypeConversion
protected String getCollectionTypeConversion(DeclaredType declaredType) throws freemarker.template.TemplateModelException
- Overrides:
getCollectionTypeConversionin classClientClassnameForMethod- Throws:
freemarker.template.TemplateModelException
-
-