public final class CppExtensionParameters
extends java.lang.Object
| Constructor and Description |
|---|
CppExtensionParameters(zserio.tools.ExtensionParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
TypesContext.AllocatorDefinition |
getAllocatorDefinition() |
java.lang.String |
getOutputDir() |
java.lang.String |
getParametersDescription() |
boolean |
getWithCodeComments() |
boolean |
getWithParsingInfoCode() |
boolean |
getWithPubsubCode() |
boolean |
getWithRangeCheckCode() |
boolean |
getWithReflectionCode() |
boolean |
getWithServiceCode() |
boolean |
getWithSourcesAmalgamation() |
boolean |
getWithSqlCode() |
boolean |
getWithTypeInfoCode() |
boolean |
getWithValidationCode() |
boolean |
getWithWriterCode() |
java.lang.String |
getZserioVersion() |
public CppExtensionParameters(zserio.tools.ExtensionParameters parameters)
throws zserio.extension.common.ZserioExtensionException
zserio.extension.common.ZserioExtensionExceptionpublic java.lang.String getOutputDir()
public boolean getWithWriterCode()
public boolean getWithPubsubCode()
public boolean getWithServiceCode()
public boolean getWithSqlCode()
public boolean getWithValidationCode()
public boolean getWithRangeCheckCode()
public boolean getWithTypeInfoCode()
public boolean getWithReflectionCode()
public boolean getWithSourcesAmalgamation()
public boolean getWithCodeComments()
public boolean getWithParsingInfoCode()
public TypesContext.AllocatorDefinition getAllocatorDefinition()
public java.lang.String getParametersDescription()
public java.lang.String getZserioVersion()
Last updated 2024-10-29 12:53:27